Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/davidgasquez/dbt-docker
- Owner: davidgasquez
- License: mit
- Created: 2017-09-11T09:44:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T08:31:39.000Z (over 2 years ago)
- Last Synced: 2023-05-31T21:30:46.670Z (over 1 year ago)
- Topics: dbt, docker, docker-image
- Language: Makefile
- Homepage:
- Size: 23.4 KB
- Stars: 47
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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