1
0
mirror of synced 2025-12-19 10:00:34 -05:00

chore(destination-databricks): Bump version to 3.4.0

Co-Authored-By: Ilja Herdt <ilja.herdt@airbyte.io>
This commit is contained in:
Devin AI
2025-12-18 22:48:03 +00:00
parent dd147051af
commit 79414d9fed
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 072d5540-f236-4294-ba7c-ade8fd918496
dockerImageTag: 3.3.7
dockerImageTag: 3.4.0
dockerRepository: airbyte/destination-databricks
githubIssueLabel: destination-databricks
icon: databricks.svg

View File

@@ -91,6 +91,7 @@ with the raw tables, and their format is subject to change without notice.
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:--------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.4.0 | 2025-12-18 | [70994](https://github.com/airbytehq/airbyte/pull/70994) | Add CLUSTER BY AUTO option for liquid clustering |
| 3.3.7 | 2025-07-15 | [63311](https://github.com/airbytehq/airbyte/pull/63311) | Support arbitrary number of streams in findExisitngTable query |
| 3.3.6 | 2025-03-24 | [56355](https://github.com/airbytehq/airbyte/pull/56355) | Upgrade to airbyte/java-connector-base:2.0.1 to be M4 compatible. |
| 3.3.5 | 2025-03-07 | [55232](https://github.com/airbytehq/airbyte/pull/55232) | fix table name collision multiple connections same schema |