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 optional package_name filtering to get_dataset_content.
package_name
Imagine the following scenario:
A
B
Assuming same location is used for the upload, artifacts A are duplicated.
Enabling users to choose which packages 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 optional
package_name
filtering to get_dataset_content.What problem would this solve?
Imagine the following scenario:
A
and dbt packageB
B
depends onA
A
uploads artifacts: allA
artifacts are saved in DBB
uploads artifacts: allA
andB
artifacts are saved in DBAssuming same location is used for the upload, artifacts A are duplicated.
Enabling users to choose which packages 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: