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
Move flags from UserConfig in profiles.yml to flags in dbt_project.yml (#9183)
Add require_explicit_package_overrides_for_builtin_materializations to dbt_project.yml flags, which can be used to opt-out of overriding built-in materializations from packages (#10007)
Fixes
remove materialized views from renambeable relation and remove a quote (#127)
Replace usage of Set with List to fix issue with index updates intermittently happening out of order (#72)
Under the Hood
Raise deprecation warning if installed package overrides built-in materialization (#9971)
Remove the final underscore from secret environment variable constants. (#10052)