-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Direct child model selector #2485
Direct child model selector #2485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! I have some feedback on more style-related things, but the core behavior looks great to me. And excellent tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This update looks great, thank you.
As I was giving the new changes a final look-through I found a couple more small things, but I think this is it.
Thanks for another great contribution @Raalsky! Tests are passing, I'll merge this in now. |
resolves #2052
Description
Extends model selection syntax with at most n-th parent/children
dbt run --models 3+m1+2
Checklist
CHANGELOG.md
and added information about my change to the "dbt next" section.