We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add parameterisation of datasets_to_load.
Imagine the following scenario:
dbt run
models
tests
model executions
dbt test
test executions
Assuming same location is used for the upload, models and tests are duplicated.
Enabling users to choose which datasets they want to upload allows them to reduce the costs of logging artifacts in an easy way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Add parameterisation of datasets_to_load.
What problem would this solve?
Imagine the following scenario:
dbt run
job uploads artifacts:models
andtests
are uploaded;model executions
are also uploaded.dbt test
job uploads artifacts:models
andtests
are uploaded;test executions
are also uploaded.Assuming same location is used for the upload,
models
andtests
are duplicated.Enabling users to choose which datasets they want to upload allows them to reduce the costs of logging artifacts in an easy way.
Would you be willing to contribute?
The text was updated successfully, but these errors were encountered: