Skip to content

Commit

Permalink
Destination redshift: remove standard inserts (#38886)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Jun 18, 2024
1 parent 23fd80a commit 0e949ae
Show file tree
Hide file tree
Showing 19 changed files with 643 additions and 1,074 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
dockerImageTag: 2.6.4
dockerImageTag: 3.0.0
dockerRepository: airbyte/destination-redshift
documentationUrl: https://docs.airbyte.com/integrations/destinations/redshift
githubIssueLabel: destination-redshift
Expand All @@ -24,6 +24,10 @@ data:
This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2), which provides better error handling, incremental delivery of data for large syncs, and improved final table structures. To review the breaking changes, and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading). These changes will likely require updates to downstream dbt / SQL models, which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations).
Selecting `Upgrade` will upgrade **all** connections using this destination at their next sync. You can manually sync existing connections prior to the next scheduled sync to start the upgrade early.
upgradeDeadline: "2024-03-15"
3.0.0:
message: >
Version 3.0.0 of destination-redshift removes support for the "standard inserts" mode. S3 staging was always preferred for being faster and less expensive, and as part of Airbyte 1.0, we are officially removing the inferior "standard inserts" mode. Upgrading to this version of the destination will require a configuration with an S3 staging area.
upgradeDeadline: "2024-07-31"
resourceRequirements:
jobSpecific:
- jobType: sync
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 0e949ae

Please sign in to comment.