-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CI upgrade: list modified downstream #6997
Conversation
example run with modified: https://github.com/duneanalytics/spellbook/actions/runs/11481249786/job/31951477756?pr=6997 |
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.
Great upgrade!
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.
love it!
looks like it kicks off all CI jobs, due to modification to dbt_run.yml
, but shouldn't trigger anything in prod if merged?
exactly |
Due to a dbt version change, you need to merge main into your branch before the Github action runner runs successfully again. |
CI upgrade:
This adds a step that prints the list of modified downstream models (adds about ~8sec in CI)