Skip to content

Commit 5bf11d9

Browse files
authored
Destination Databricks - clarify catalog name option (#45115)
1 parent 427e8fd commit 5bf11d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/destination-databricks/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 072d5540-f236-4294-ba7c-ade8fd918496
5-
dockerImageTag: 3.2.2
5+
dockerImageTag: 3.2.3
66
dockerRepository: airbyte/destination-databricks
77
githubIssueLabel: destination-databricks
88
icon: databricks.svg

airbyte-integrations/connectors/destination-databricks/src/main/resources/spec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"order": 4
4747
},
4848
"database": {
49-
"title": "Databricks Unity Catalog Path",
50-
"description": "The name of the unity catalog path for the database",
49+
"title": "Databricks Unity Catalog Name",
50+
"description": "The name of the unity catalog for the database",
5151
"type": "string",
5252
"order": 5
5353
},

docs/integrations/destinations/databricks.md

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ with the raw tables, and their format is subject to change without notice.
8585

8686
| Version | Date | Pull Request | Subject |
8787
| :------ | :--------- | :------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88+
| 3.2.3 | 2024-09-03 | [#45115](https://github.com/airbytehq/airbyte/pull/45115) | Clarify Unity Catalog Name option. |
8889
| 3.2.2 | 2024-08-22 | [#44941](https://github.com/airbytehq/airbyte/pull/44941) | Clarify Unity Catalog Path option. |
8990
| 3.2.1 | 2024-08-22 | [#44506](https://github.com/airbytehq/airbyte/pull/44506) | Handle uppercase/mixed-case stream name/namespaces |
9091
| 3.2.0 | 2024-08-12 | [#40712](https://github.com/airbytehq/airbyte/pull/40712) | Rely solely on PAT, instead of also needing a user/pass |

0 commit comments

Comments
 (0)