Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#182): add local path #188

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

fix(#182): add local path #188

wants to merge 3 commits into from

Conversation

witash
Copy link
Contributor

@witash witash commented Nov 21, 2024

closes #182

adds docker-compose.local.yml which links a volume to a path on the host, and installs that path as a dependency
path on the host is specified by DBT_LOCAL_PATH
a separate docker compose file was necessary to make DBT_LOCAL_PATH optional; if not provided or valid, docker compose up will fail.

also changed e2e tests to use this instead of small nginx container because its a little simpler, but that part is not necessary if there's a reason to keep it

depends on #186

@witash witash requested review from 1yuv and njuguna-n November 21, 2024 10:28
@witash witash changed the title 182 add local path fix(#182): add local path Nov 21, 2024
@1yuv
Copy link
Member

1yuv commented Nov 22, 2024

Can you add a Readme on this adding a section.

@witash witash marked this pull request as draft December 9, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow DBT MODELS to be specified from file location
2 participants