Skip to content

Commit 9f9bcdc

Browse files
authored
Destination S3 Data Lake: Handle number in primary key (#55755)
1 parent 130e81f commit 9f9bcdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

airbyte-integrations/connectors/destination-s3-data-lake/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
airbyteBulkConnector {
77
core = 'load'
88
toolkits = ['load-iceberg-parquet', 'load-aws']
9-
cdk = '0.334'
9+
cdk = '0.343'
1010
}
1111

1212
application {

airbyte-integrations/connectors/destination-s3-data-lake/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626
alias: airbyte-connector-testing-secret-store
2727
connectorType: destination
2828
definitionId: 716ca874-520b-4902-9f80-9fad66754b89
29-
dockerImageTag: 0.3.15
29+
dockerImageTag: 0.3.16
3030
dockerRepository: airbyte/destination-s3-data-lake
3131
documentationUrl: https://docs.airbyte.com/integrations/destinations/s3-data-lake
3232
githubIssueLabel: destination-s3-data-lake

docs/integrations/destinations/s3-data-lake.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ drop all table versions.
152152

153153
| Version | Date | Pull Request | Subject |
154154
|:--------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------|
155+
| 0.3.16 | 2025-02-28 | [\#55755](https://github.com/airbytehq/airbyte/pull/55755) | Exclude number fields from identifier fields |
155156
| 0.3.15 | 2025-02-28 | [\#54724](https://github.com/airbytehq/airbyte/pull/54724) | Certify connector |
156157
| 0.3.14 | 2025-02-14 | [\#53241](https://github.com/airbytehq/airbyte/pull/53241) | New CDK interface; perf improvements, skip initial record staging |
157158
| 0.3.13 | 2025-02-14 | [\#53697](https://github.com/airbytehq/airbyte/pull/53697) | Internal refactor |

0 commit comments

Comments
 (0)