[CT-3314] [Feature] Support project
as an alias for package
selection method
#8986
Labels
project
as an alias for package
selection method
#8986
Is this your first time submitting a feature request?
Describe the feature
Let's support
project
as an alias forpackage
when selecting nodes from a specific project.https://docs.getdbt.com/reference/node-selection/methods#the-package-method
https://docs.getdbt.com/docs/collaborate/govern/project-dependencies
If you're in a dbt project that's taken a dependency on another dbt project:
Describe alternatives you've considered
Not doing this, sticking with the current language
Who will this benefit?
Less confusion for users of dbt Mesh. Why do I need to type
dbt list -s package:upstream_project+
, if I've intentionally chosen to depend onupstream_project
as a "project" rather than a "package"?Are you interested in contributing this feature?
sure!
Anything else?
dbt-core/core/dbt/graph/selector_methods.py
Lines 437 to 442 in 7fddd6e
The text was updated successfully, but these errors were encountered: