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] Support "at" graph operator #1368

Closed
1 task done
benjy44 opened this issue Dec 6, 2024 · 1 comment · Fixed by #1372
Closed
1 task done

[Feature] Support "at" graph operator #1368

benjy44 opened this issue Dec 6, 2024 · 1 comment · Fixed by #1372
Labels
area:selector Related to selector, like DAG selector, DBT selector, etc enhancement New feature or request triage-needed Items need to be reviewed / assigned to milestone

Comments

@benjy44
Copy link
Contributor

benjy44 commented Dec 6, 2024

Description

The @ operator is currently not supported in selector.py

I can make a PR, let me know if I should do so!

Use case/motivation

DBT supports it, the dbt documentation is here

Related issues

No response

Are you willing to submit a PR?

  • Yes, I am willing to submit a PR!
@benjy44 benjy44 added enhancement New feature or request triage-needed Items need to be reviewed / assigned to milestone labels Dec 6, 2024
@dosubot dosubot bot added the area:selector Related to selector, like DAG selector, DBT selector, etc label Dec 6, 2024
@pankajastro
Copy link
Contributor

pankajastro commented Dec 9, 2024

Hey @benjy44, Thank you so much for submitting the issue. Please feel free to draft a PR

tatiana pushed a commit that referenced this issue Dec 10, 2024
Add support for the `@` operator for the node selection.

Documentation:
https://docs.getdbt.com/reference/node-selection/graph-operators#the-at-operator

Closes: #1368

Signed-off-by: Ben Girard <ben.girard@stillfront.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:selector Related to selector, like DAG selector, DBT selector, etc enhancement New feature or request triage-needed Items need to be reviewed / assigned to milestone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants