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
Support DROP CASCADE for materialized views; fixes bug that occurs when running dbt on materialized views that reference other materialized views (#642)
Restrict behavior change warnings to firing once per run to avoid noisy logs (#915)
Remove redshift_connector's get_columns method for column metadata generation, avoiding a warning on every run (#914)