A Docker image for dbt (data build tool).
Before running dbt
, you'll need a profile properly file configured. Fishtown Analytics provides a sample template you might find useful.
You can run the Dockerized dbt
command excuting the following order:
docker run --rm -it \
-v $PWD:/dbt \
-v /path/to/your/profiles.yml:/root/.dbt/profiles.yml \
davidgasquez/dbt:latest dbt run
MIT License Copyright (c) 2018 David Gasquez