Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
testExecutionConcurrency=-1
cdkVersion=0.2.0
cdkVersion=0.2.4
JunitMethodExecutionTimeout=10m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 424892c4-daac-4491-b35d-c6688ba547ba
dockerImageTag: 4.0.36
dockerImageTag: 4.0.37
dockerRepository: airbyte/destination-snowflake
documentationUrl: https://docs.airbyte.com/integrations/destinations/snowflake
githubIssueLabel: destination-snowflake
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ desired namespace.

| Version | Date | Pull Request | Subject |
|:----------------|:-----------|:-------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.0.37 | 2026-02-01 | [72521](https://github.com/airbytehq/airbyte/pull/72521) | Upgrade to Bulk CDK 0.2.4. |
| 4.0.36 | 2026-01-29 | [72417](https://github.com/airbytehq/airbyte/pull/72417) | Handle exception in countTable correctly |
| 4.0.35 | 2026-01-26 | [72295](https://github.com/airbytehq/airbyte/pull/72295) | Upgrade CDK to 0.2.0 |
| 4.0.34 | 2026-01-09 | [71273](https://github.com/airbytehq/airbyte/pull/71273) | Fix check operation in raw tables only mode. |
Expand Down
Loading