-
Notifications
You must be signed in to change notification settings - Fork 975
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
merge nov 20th - include custom cmd advanced ci #6346
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
- To exclude the large `fct_orders` model from the comparison, use the `--select state:modified --exclude fct_orders` syntax. | ||
- To exclude models based on tags, use `--select state modified --exclude tag:tagname_a tag:tagname_b`. | ||
- To include models that were directly modified and also those one step downstream, use `--select state:modified+`. |
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.
i think it's modified+1
since it's 1 node downstream: https://docs.getdbt.com/reference/node-selection/graph-operators#the-n-plus-operator
|
||
- To exclude the large `fct_orders` model from the comparison, use the `--select state:modified --exclude fct_orders` syntax. | ||
- To exclude models based on tags, use `--select state modified --exclude tag:tagname_a tag:tagname_b`. | ||
- To include models that were directly modified and also those one step downstream, use `--select state:modified+1`. |
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.
@joellabes are there any other examples you would list here?
|
||
::: | ||
|
||
**Job outcome** — During a job run, the commands are "chained" together and executed as run steps. If one of the run steps in the chain fails, then the subsequent steps aren't executed, and the job will fail. | ||
#### Compare changes custom commands |
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.
I agree this would be a good place to add a screenshot. We should have one available from the product next week once eng has it built.
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.
will ask @mikaylacrawford for screenshot nxt week
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.
LGTM!
Check your created Crawler Check your created index on your Algolia Application |
this pr adds info on how usrs can exclude large models from their ci jobs to optimize running time.
[x ] Needs PM review
[ ] Must be live in product first (Merge Nov 20th)
docs notion
🚀 Deployment available! Here are the direct links to the updated files: