-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow DBT MODELS to be specified from file location #182
Comments
you can use the e2e test framework for local testing, which is what we did for developing the base models. e2e tests are designed for a local couchdb with fake data, but can use a remote couchdb also. edit models at
but this is not documented and easy to use. we can add something to the dbt dockerfile so it copies files into the container...or keep it this way (where it uses |
😍
|
Is your feature request related to a problem? Please describe.
cht-sync currently requires
CHT_PIPELINE_BRANCH_URL
to be set and requires all dbt models to be committed on github.Describe the solution you'd like
Current practice makes is difficult to develop or test any new models as it requires the new models need to be pushed on github without testing. Enable alternative environment variable
DBT_PIPELINE_PATH
that can specify relative or absolute path to pipeline models.Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: