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

[Feature]: Enable filtering on package name #460

Open
1 of 3 tasks
npeshkov opened this issue Nov 21, 2024 · 0 comments
Open
1 of 3 tasks

[Feature]: Enable filtering on package name #460

npeshkov opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@npeshkov
Copy link

npeshkov commented Nov 21, 2024

Overview

Add optional package_name filtering to get_dataset_content.

What problem would this solve?

Imagine the following scenario:

  • we use dbt package A and dbt package B
  • package B depends on A
  • both packages upload artifacts
    • A uploads artifacts: all A artifacts are saved in DB
    • B uploads artifacts: all A and B artifacts are saved in DB

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.

Would you be willing to contribute?

  • Yes - I'm on it!
  • Yes, but I'd need help getting started.
  • No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant