Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dbt-redshift from 1.4.0 to 1.9.0 in /docs #1224

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps dbt-redshift from 1.4.0 to 1.9.0.

Release notes

Sourced from dbt-redshift's releases.

dbt-redshift v1.9.0

dbt-redshift 1.9.0 - December 09, 2024

Breaking Changes

  • Drop support for Python 3.8 (#931)

Features

  • 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)
  • Add microbatch strategy (#923)
  • Add browser identity center authentication method. (#898)

Fixes

  • 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)
  • add InterfaceError to retryable_exceptions (#661)
  • 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)

Under the Hood

  • Lazy load agate (#745)
  • Remove freezegun as a testing dependency; this package is no longer used (#1136)

Dependencies

  • 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)

Contributors

... (truncated)

Changelog

Sourced from dbt-redshift's changelog.

dbt-redshift 1.9.0 - December 09, 2024

Breaking Changes

  • Drop support for Python 3.8 (#931)

Features

  • 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)
  • Add microbatch strategy (#923)
  • Add browser identity center authentication method. (#898)

Fixes

  • 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)
  • add InterfaceError to retryable_exceptions (#661)
  • 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)

Under the Hood

  • Lazy load agate (#745)
  • Remove freezegun as a testing dependency; this package is no longer used (#1136)

Dependencies

  • 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)

Contributors

... (truncated)

Commits
  • 194228c Bumping version to 1.9.0 and generate changelog
  • bd0cda7 Update setup.py to not use dbt-core pre-release (#963)
  • 66d241f [Automated] Merged prep-release/1.9.0rc1_12124645176 into target 1.9.latest d...
  • c6a393c Bumping version to 1.9.0rc1 and generate changelog
  • c457faf Add browser IDC authentication method (#950)
  • cf5acf1 [Automated] Merged prep-release/1.9.0b2_11786765878 into target main during r...
  • fefc43a Bumping version to 1.9.0b2 and generate changelog
  • fccbe2d Add microbatch strategy (#924)
  • 1943ac5 matrix entries need to be an array, even with only one value (#943)
  • fa4d72c test macos-14 on py310 instead of py39 due to missing psycopg2-binary (#942)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dbt-redshift](https://github.com/dbt-labs/dbt-redshift) from 1.4.0 to 1.9.0.
- [Release notes](https://github.com/dbt-labs/dbt-redshift/releases)
- [Changelog](https://github.com/dbt-labs/dbt-redshift/blob/v1.9.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-redshift@v1.4.0...v1.9.0)

---
updated-dependencies:
- dependency-name: dbt-redshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency update Work type - updates or additions to Parsons project dependenies python Pull requests that update Python code labels Dec 16, 2024
@austinweisgrau
Copy link
Collaborator

Superceded by #1095, would love for #1095 to be merged instead of this

@shaunagm shaunagm merged commit 31151db into main Dec 23, 2024
57 checks passed
@dependabot dependabot bot deleted the dependabot/pip/docs/dbt-redshift-1.9.0 branch December 23, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency update Work type - updates or additions to Parsons project dependenies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants