Skip to content

Commit

Permalink
Destination Redshift: Upgrade cdk to use dbMetadata closure function (#…
Browse files Browse the repository at this point in the history
…34634)

## What
* See #34533
* Resolves airbytehq/alpha-beta-issues#2811
* Resolves airbytehq/alpha-beta-issues#2808 
* Resolves airbytehq/alpha-beta-issues#2804 
* Resolves airbytehq/alpha-beta-issues#2800
* Resolves airbytehq/alpha-beta-issues#2796

## How
* Execute dbMetadata ResultSet calls within a connection's lifecycle try-resource statement.
  • Loading branch information
gisripa committed Jan 30, 2024
1 parent 1ad7155 commit eea0d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.15.1'
cdkVersionRequired = '0.16.1'
features = ['db-destinations', 's3-destinations', 'typing-deduping']
useLocalCdk = false
}
Expand Down
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
dockerImageTag: 2.1.3
dockerImageTag: 2.1.4
dockerRepository: airbyte/destination-redshift
documentationUrl: https://docs.airbyte.com/integrations/destinations/redshift
githubIssueLabel: destination-redshift
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/redshift.md
Expand Up @@ -237,6 +237,7 @@ Each stream will be output into its own raw table in Redshift. Each table will c

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.1.4 | 2024-01-29 | [34634](https://github.com/airbytehq/airbyte/pull/34634) | Use lowercase raw schema and table in T+D [CDK changes](https://github.com/airbytehq/airbyte/pull/34533) |
| 2.1.3 | 2024-01-26 | [34544](https://github.com/airbytehq/airbyte/pull/34544) | Proper string-escaping in raw tables |
| 2.1.2 | 2024-01-24 | [34451](https://github.com/airbytehq/airbyte/pull/34451) | Improve logging for unparseable input |
| 2.1.1 | 2024-01-24 | [34458](https://github.com/airbytehq/airbyte/pull/34458) | Improve error reporting |
Expand Down

0 comments on commit eea0d7b

Please sign in to comment.