Skip to content
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

[Core] Caveat for SQL changes within a materialized_view model #5215

Open
dbeatty10 opened this issue Apr 2, 2024 · 0 comments
Open

[Core] Caveat for SQL changes within a materialized_view model #5215

dbeatty10 opened this issue Apr 2, 2024 · 0 comments
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core

Comments

@dbeatty10
Copy link
Contributor

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

Additional information

No response

@dbeatty10 dbeatty10 added content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content dbt Core The changes proposed in this issue relate to dbt Core
Projects
None yet
Development

No branches or pull requests

1 participant