You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/destination-redshift/src/main/kotlin/io/airbyte/integrations/destination/redshift/RedshiftDestination.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -241,8 +241,7 @@ class RedshiftDestination : BaseConnector(), Destination {
| 3.4.0 | 2024-07-23 |[42445](https://github.com/airbytehq/airbyte/pull/42445)| Respect the `drop cascade` option on raw tables|
245
-
| 3.3.1 | 2024-07-15 |[41968](https://github.com/airbytehq/airbyte/pull/41968)| Don't hang forever on empty stream list; shorten error message on INCOMPLETE stream status|
246
-
| 3.3.0 | 2024-07-02 |[40567](https://github.com/airbytehq/airbyte/pull/40567)| Support for [refreshes](../../platform/operator-guides/refreshes) and resumable full refresh. WARNING: You must upgrade to platform 0.63.7 before upgrading to this connector version.|
247
-
| 3.2.0 | 2024-07-02 |[40201](https://github.com/airbytehq/airbyte/pull/40201)| Add `_airbyte_generation_id` column, and add `sync_id` to `_airbyte_meta` column|
| 3.4.0 | 2024-07-23 |[42445](https://github.com/airbytehq/airbyte/pull/42445)| Respect the `drop cascade` option on raw tables |
246
+
| 3.3.1 | 2024-07-15 |[41968](https://github.com/airbytehq/airbyte/pull/41968)| Don't hang forever on empty stream list; shorten error message on INCOMPLETE stream status |
247
+
| 3.3.0 | 2024-07-02 |[40567](https://github.com/airbytehq/airbyte/pull/40567)| Support for [refreshes](../../platform/operator-guides/refreshes) and resumable full refresh. WARNING: You must upgrade to platform 0.63.7 before upgrading to this connector version. |
248
+
| 3.2.0 | 2024-07-02 |[40201](https://github.com/airbytehq/airbyte/pull/40201)| Add `_airbyte_generation_id` column, and add `sync_id` to `_airbyte_meta` column |
| 2.6.3 | 2024-05-31 |[38803](https://github.com/airbytehq/airbyte/pull/38803)| Source auto-conversion to Kotlin |
254
+
| 2.6.2 | 2024-05-14 |[38189](https://github.com/airbytehq/airbyte/pull/38189)| adding an option to DROP CASCADE on resets |
254
255
| 2.6.1 | 2024-05-13 |[\#38126](https://github.com/airbytehq/airbyte/pull/38126)| Adapt to signature changes in `StreamConfig`|
255
256
| 2.6.0 | 2024-05-08 |[\#37713](https://github.com/airbytehq/airbyte/pull/37713)| Remove option for incremental typing and deduping |
256
257
| 2.5.0 | 2024-05-06 |[\#34613](https://github.com/airbytehq/airbyte/pull/34613)| Upgrade Redshift driver to work with Cluster patch 181; Adapt to CDK 0.33.0; Minor signature changes |
0 commit comments