-
Notifications
You must be signed in to change notification settings - Fork 947
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
New behavior changes: state_modified_compare_more_unrendered
and skip_nodes_if_on_run_start_fails
#6204
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -68,6 +68,7 @@ When we use dbt Cloud in the following table, we're referring to accounts that h | |||
| require_resource_names_without_spaces | 2024.05.146 | TBD* | 1.8.0 | 1.9.0 | | |||
| source_freshness_run_project_hooks | 2024.03.61 | TBD* | 1.8.0 | 1.9.0 | | |||
| [Redshift] [restrict_direct_pg_catalog_access](#redshift-restrict_direct_pg_catalog_access) | 2024.09.242 | TBD* | dbt-redshift v1.9.0 | 1.9.0 | | |||
| skip_nodes_if_on_run_start_fails | | TBD* | 1.9.0 | TBD* | |
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.
@jtcohen6 or @graciegoheen, what should be the value for Cloud Intro here?
@@ -68,6 +68,8 @@ When we use dbt Cloud in the following table, we're referring to accounts that h | |||
| require_resource_names_without_spaces | 2024.05.146 | TBD* | 1.8.0 | 1.9.0 | | |||
| source_freshness_run_project_hooks | 2024.03.61 | TBD* | 1.8.0 | 1.9.0 | | |||
| [Redshift] [restrict_direct_pg_catalog_access](#redshift-restrict_direct_pg_catalog_access) | 2024.09.242 | TBD* | dbt-redshift v1.9.0 | 1.9.0 | | |||
| skip_nodes_if_on_run_start_fails | | TBD* | 1.9.0 | TBD* | | |||
| state_modified_compare_more_unrendered | | TBD* | 1.9.0 | TBD* | |
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.
@jtcohen6 and @graciegoheen same for the state modified changes
@matthewshaver - looks like we have a little section for each behavior change flag on this page to give a quick overview of what it is/what it does - can we add that for these new flags? |
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.
Just need to remove this line too!
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
[Preview](https://docs-getdbt-com-git-dbeatty10-patch-3-dbt-labs.vercel.app/reference/global-configs/behavior-changes#behavior-change-flags) ## What are you changing in this pull request and why? These changes were originally in #6204, but easier to code review by splitting into its own PR. ## Checklist - [x] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
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.
@matthewshaver what do you think about these small suggestions?
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
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.
Thanks @matthewshaver !
state_modified_compare_more_unrendered
and skip_nodes_if_on_run_start_fails
What are you changing in this pull request and why?
Closes #6172
Closes #6185
Preview of behavior changes page
Checklist