- This file provides a full account of all changes to
dbt-redshift
. - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide
- Support IAM user auth via direct parameters, in addition to the existing profile method (#760)
- Add support for IAM Role auth (#623)
- Add tests for cross-database
cast
macro (#804) - Cross-database
date
macro (#808) - Remove
pg_catalog
from metadata queries (#555)
- Stop adding aliases to subqueries when calling with
--empty
(#782) - Support IAM Role authentication for Redshift Serverless (#835)
- Fix config change detection not working for multiple sortkey in materialized views (#838)
- update pin range for redshift-connector to allow 2.1.0 (#844)
- Handle unit test fixtures where typing goes wrong from first value in column being Null. (#821)
- Fix materialized views comment syntax (#837)
- Support DROP CASCADE for materialized views; fixes bug that occurs when running dbt on materialized views that reference other materialized views (#642)
- Lazy load agate (#745)
- Remove
freezegun
as a testing dependency; this package is no longer used (#1136)
- Update freezegun requirement from ~=1.3 to ~=1.4 (#695)
- Bump dbt-labs/actions from 1.1.0 to 1.1.1 (#762)
- Bump actions/checkout from 3 to 4 (#802)
- Bump pre-commit from 3.7.0 to 3.7.1 (#867)
- Update tox requirement from ~=4.11 to ~=4.16 (#870)
- Update twine requirement from ~=4.0 to ~=5.1 (#876)
- @dwreeves (#745)
- @fleid (#835)
- @jeremyyeo (#837)
- @jiezhen-chen (#555)
- @lvitti (#838)
- @mikealfare, (#555)
- @mikealfare,abbywh (#623)
For information on prior major and minor releases, see their changelogs: