Skip to content

Commit

Permalink
update numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin committed Jan 17, 2024
1 parent 8cfebf5 commit b688890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
message: >
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-08"
upgradeDeadline: "2024-03-15"
releaseStage: beta
resourceRequirements:
jobSpecific:
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Each stream will be output into its own raw table in Redshift. Each table will c

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.0.0 | 2024-01-10 | [\#34077](https://github.com/airbytehq/airbyte/pull/34077) | Destinations V2 |
| 2.0.0 | 2024-01-17 | [\#34077](https://github.com/airbytehq/airbyte/pull/34077) | Destinations V2 |
| 0.7.15 | 2024-01-11 | [\#34186](https://github.com/airbytehq/airbyte/pull/34186) | Update check method with svv_table_info permission check, fix bug where s3 staging files were not being deleted. |
| 0.7.14 | 2024-01-08 | [\#34014](https://github.com/airbytehq/airbyte/pull/34014) | Update order of options in spec |
| 0.7.13 | 2024-01-05 | [\#33948](https://github.com/airbytehq/airbyte/pull/33948) | Fix NPE when prepare tables fail; Add case sensitive session for super; Bastion heartbeats added |
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/upgrading_to_destinations_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For each destination connector, Destinations V2 is effective as of the following
| --------------------- | --------------------- | -------------------------- | ------------------------ |
| BigQuery | 1.10.2 | 2.0.6+ | November 7, 2023 |
| Snowflake | 2.1.7 | 3.1.0+ | November 7, 2023 |
| Redshift | 0.7.14 | 2.0.0+ | March 8, 2024 |
| Redshift | 0.7.15 | 2.0.0+ | March 15, 2024 |
| Postgres | 0.4.0 | [coming soon] 2.0.0+ | [coming soon] early 2024 |
| MySQL | 0.2.0 | [coming soon] 2.0.0+ | [coming soon] early 2024 |

Expand Down

0 comments on commit b688890

Please sign in to comment.