Skip to content

Releases: dbt-labs/redshift

redshift 0.3.0

22 Jun 19:10
cf6188b
Compare
Choose a tag to compare

🚨 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

18 Jan 14:24
61eb0e7
Compare
Choose a tag to compare

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

28 Oct 16:15
f1c19cc
Compare
Choose a tag to compare

Adds redshift_maintenance operation

redshift 0.2.1

18 Jun 19:14
Compare
Choose a tag to compare

Changes:

  • Add aws_region, header, and format parameters to the unload macro (#19)

Contributors:

redshift 0.2.0

20 Nov 13:57
Compare
Choose a tag to compare

Model Changes

  • rename queries model to redshift_admin_queries
  • rename table_stats model to redshift_admin_table_stats
  • rename users_schema_privileges to redshift_admin_users_schema_privileges
  • rename users_table_view_privileges to redshift_admin_users_table_view_privileges
  • Add redshift_admin_dependencies model

redshift 0.1.3

24 Apr 15:43
f714774
Compare
Choose a tag to compare

New features:

  • added try_cast() macro

redshift 0.1.2

12 Mar 02:42
Compare
Choose a tag to compare
  • update docs (#11)
  • rename users_schema_permissions.sqlusers_schema_privileges.sql (#11)
  • rename users_table_view_permissions.sql → users_table_view_privileges.sql` (#11)

redshift 0.1.1

10 Mar 04:47
Compare
Choose a tag to compare

New features:

  • added views to identify user permissions on tables, views, and schemas (#10)

Changes

  • deleted a duplicate/unused base model (#10)

Contributors

  • Thanks to @clrcrl for contributing the code in this release

redshift v0.1.0

06 Mar 15:47
71213a2
Compare
Choose a tag to compare

(changed tag name -- removed v prefix)

redshift 0.1.0

07 Nov 18:38
Compare
Choose a tag to compare

Features

  • Adds compress_table macro (#4)
  • Adds unload_table macro (#7)

Thanks to @abelsonlive for contributing the unload_table macro!