dbt-redshift v1.7.0b2
Pre-release
Pre-release
dbt-redshift 1.7.0-b2 - September 15, 2023
Features
- use get_replace_sql in redshift__get_alter_materialized_view_as_sql, avoid renaming materialized views with custom table.sql and view.sql (#606)
Fixes
- allow auto_refresh to take in boolean and str values for materialized views (#560)
- Fix to support removal of hologram, remove unused IAMDuration encoder (#591)
- changes expected value types to AnyInteger to take into account changes in core (#597)
Under the Hood
- Restructure macro files to be more granular; organize macros by relation and type (create, drop, etc.) (#590)
- allow for bool/str input to backup/autorefresh when configuring materialized views (#606)