Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidgasquez/dbt-docker

:construction_worker: Docker image for dbt (data build tool).
https://github.com/davidgasquez/dbt-docker

dbt docker docker-image

Last synced: about 4 hours ago
JSON representation

:construction_worker: Docker image for dbt (data build tool).

Awesome Lists containing this project

README

        

# Docker Image for DBT

**Note**: This repository is now deprecated. Please use the official [`dbt` Docker images](https://github.com/dbt-labs/dbt-core/tree/main/docker)

[![Build Status](https://travis-ci.org/davidgasquez/dbt-docker.svg?branch=master)](https://travis-ci.org/davidgasquez/dbt-docker)

A Docker image for [dbt (data build tool)](https://github.com/fishtown-analytics/dbt).

## Requirements

Before running `dbt`, you'll need a profile properly file configured. Fishtown Analytics provides a [sample template](https://github.com/fishtown-analytics/dbt/blob/development/sample.profiles.yml) you might find useful.

## Getting Started

You can run the Dockerized `dbt` command excuting the following order:

```bash
docker run --rm -it \
-v $PWD:/dbt \
-v /path/to/your/profiles.yml:/root/.dbt/profiles.yml \
davidgasquez/dbt:latest dbt run
```

## License

MIT License Copyright (c) 2018 David Gasquez