Skip to content

👷 Docker image for dbt (data build tool).

License

Notifications You must be signed in to change notification settings

sphinks/dbt-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for DBT

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

About

👷 Docker image for dbt (data build tool).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 51.8%
  • Dockerfile 48.2%