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
Here's a common caveat we've seen that is applicable to materialized views (MVs):
Many people have been surprised that when they alter the SQL for a materialized view, that it does not trigger an update, refresh, or anything else.
Rather, it silently skips to the next model. That's because the SQL is not monitored and our implementation doesn't consider it a configuration change.
Link to the page(s) on docs.getdbt.com requiring updates
A couple potential places:
Tell us more about this update
Here's a common caveat we've seen that is applicable to materialized views (MVs):
Many people have been surprised that when they alter the SQL for a materialized view, that it does not trigger an update, refresh, or anything else.
Rather, it silently skips to the next model. That's because the SQL is not monitored and our implementation doesn't consider it a configuration change.
dbt-labs/dbt-core#8862 was opened by a user that didn't expect this behavior.
Reviewers/Stakeholders/SMEs
Adapters Team
Related GitHub issues
on_configuration_change
#5213Additional information
No response
The text was updated successfully, but these errors were encountered: