Releases: dbt-labs/redshift
Releases · dbt-labs/redshift
redshift 0.3.0
🚨 Breaking change!
This package now requires dbt v0.17.x!
- Upgrades package to be compatible with
dbt 0.17.0
(PR #29 )
redshift 0.2.3
Improves the redshift_maintenance
macro:
- Adds optional schema exclusion parameters (#21, TY @ryanaustincarlson)
- Introduces the ability to define your own query for which tables to vacuum, by adding a
vacuumable_tables_sql
macro to your own project (#25, closes #22) - Confirms the existence of a relation before trying to vacuum it, thereby avoiding problems of relations being dropped before vacuuming it (#25, closes #22)
Thanks to @ryanaustincarlson for your contribution :)
redshift 0.2.2
Adds redshift_maintenance
operation
redshift 0.2.1
Changes:
- Add
aws_region
,header
, andformat
parameters to theunload
macro (#19)
Contributors:
- Thanks for your contribution @rgallagher27! (#19)
redshift 0.2.0
Model Changes
- rename
queries
model toredshift_admin_queries
- rename
table_stats
model toredshift_admin_table_stats
- rename
users_schema_privileges
toredshift_admin_users_schema_privileges
- rename
users_table_view_privileges
toredshift_admin_users_table_view_privileges
- Add
redshift_admin_dependencies
model
redshift 0.1.3
New features:
- added try_cast() macro
redshift 0.1.2
redshift 0.1.1
redshift v0.1.0
(changed tag name -- removed v
prefix)
redshift 0.1.0
Features
Thanks to @abelsonlive for contributing the unload_table
macro!