Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 928 Bytes

Docker Image for DBT

Note: This repository is now deprecated. Please use the official dbt Docker images

Build Status

A Docker image for dbt (data build tool).

Requirements

Before running dbt, you'll need a profile properly file configured. Fishtown Analytics provides a sample template you might find useful.

Getting Started

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

License

MIT License Copyright (c) 2018 David Gasquez