Skip to content

[Feature]: Enable filtering on package name #460

@npeshkov

Description

@npeshkov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions