1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Destination Snowflake: bump to latest cdk (#68683)

This commit is contained in:
Edward Gao
2025-10-28 11:23:27 -07:00
committed by GitHub
parent 2881e8f8db
commit d9b4ba20aa
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
testExecutionConcurrency=-1
cdkVersion=0.1.56
cdkVersion=0.1.58
JunitMethodExecutionTimeout=10 m

View File

@@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 424892c4-daac-4491-b35d-c6688ba547ba
dockerImageTag: 4.0.18
dockerImageTag: 4.0.19
dockerRepository: airbyte/destination-snowflake
documentationUrl: https://docs.airbyte.com/integrations/destinations/snowflake
githubIssueLabel: destination-snowflake

View File

@@ -251,6 +251,7 @@ desired namespace.
| Version | Date | Pull Request | Subject |
|:----------------|:-----------|:--------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.0.19 | 2025-10-28 | [68683](https://github.com/airbytehq/airbyte/pull/68683) | Upgrade to CDK 0.1.58 (improve logging of unflushed states at end of sync) |
| 4.0.18 | 2025-10-28 | [68125](https://github.com/airbytehq/airbyte/pull/68125) | Internal refactoring; upgrade to CDK 0.1.56 |
| 4.0.17 | 2025-10-21 | [68585](https://github.com/airbytehq/airbyte/pull/68585) | Wrap Snowflake permission errors as ConfigErrorException for better error handling |
| 4.0.16 | 2025-10-21 | [68516](https://github.com/airbytehq/airbyte/pull/68516) | Ensure columns are marked as non-nullable in destination schema. |