You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Here's essentially what our docs currently say for YAML selectors:
definition:
method: tagvalue: nightly# The following optional keywords map to the `+` and `@` graph operators:parents: true | falsechildren: true | falseparents_depth: 1# + operator (left-hand side) -- degrees to include IFF parents: truechildren_depth: 1# + operator (right-hand side)-- degrees to include IFF children: truechildrens_parents: true | false # @ operator -- includes all ancestors of all descendants IFF true
This feature request is to replace:
parents with ancestors
children with descendants
parents_depth with ancestors_depth
children_depth with descendants_depth
childrens_parents with descendants_ancestors
Describe alternatives you've considered
Let sleeping dogs lie.
That's probably what we will do here! 🐶
Who will this benefit?
Anyone confused by what "parents" or "children" actually includes (since it has a different meaning than the standard human parent/child relationship).
Is this your first time submitting a feature request?
Describe the feature
Here's essentially what our docs currently say for YAML selectors:
This feature request is to replace:
parents
withancestors
children
withdescendants
parents_depth
withancestors_depth
children_depth
withdescendants_depth
childrens_parents
withdescendants_ancestors
Describe alternatives you've considered
Let sleeping dogs lie.
That's probably what we will do here! 🐶
Who will this benefit?
Anyone confused by what "parents" or "children" actually includes (since it has a different meaning than the standard human parent/child relationship).
For example: #7703 (comment)
We already updated some of the docs in dbt-labs/docs.getdbt.com#3755 / dbt-labs/docs.getdbt.com#5313
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: