sphinks / dbt-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:Makefile 51.8%Language:Dockerfile 48.2%