You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dbt-core v1.10, we will be changing the default of source_freshness_run_project_hooks from False to True.
Acceptance criteria
Default value of source_freshness_run_project_hooks project-only flag is True instead of False
Suggested Tests
TestHooksInSourceFreshness: hooks should run as part of source freshness, without any explicitly setting of source_freshness_run_project_hooks flag in dbt_project.yml
@MichelleArk@martynydbt I changed the milestone of this issue from v1.8 → v1.9, and I've updated the description of the issue accordingly. We need to get a few more customer comms pieces in place before we're ready to go through the full behavior change lifecycle.
Housekeeping
Short description
Follow-up to #9366 + #10063
In dbt-core v1.10, we will be changing the default of
source_freshness_run_project_hooks
fromFalse
toTrue
.Acceptance criteria
source_freshness_run_project_hooks
project-only flag isTrue
instead ofFalse
Suggested Tests
TestHooksInSourceFreshness
: hooks should run as part ofsource freshness
, without any explicitly setting ofsource_freshness_run_project_hooks
flag indbt_project.yml
Impact to Other Teams
no impact
Will backports be required?
no backports
Context
https://docs.getdbt.com/reference/global-configs/behavior-changes
The text was updated successfully, but these errors were encountered: