Skip to content

Commit 8237a70

Browse files
igrankovatuliren
andauthored
🎉 Destination databricks: update fields specifications (#9153)
* Files title/description update for issue # 8948 * Version update for issue # 8948 * Changelogs update for PR #9153 * Update changelog Co-authored-by: LiRen Tu <[email protected]> Co-authored-by: Liren Tu <[email protected]>
1 parent dfb7b8c commit 8237a70

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

airbyte-integrations/connectors/destination-databricks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-databricks
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.1.2
19+
LABEL io.airbyte.version=0.1.3
2020
LABEL io.airbyte.name=airbyte/destination-databricks

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
"default": false
2525
},
2626
"databricks_server_hostname": {
27-
"title": "Databricks Cluster Server Hostname",
27+
"title": "Server Hostname",
2828
"type": "string",
29-
"description": "",
29+
"description": "Databricks Cluster Server Hostname.",
3030
"examples": ["abc-12345678-wxyz.cloud.databricks.com"]
3131
},
3232
"databricks_http_path": {
33-
"title": "Databricks Cluster HTTP Path",
33+
"title": "HTTP Path",
3434
"type": "string",
35-
"description": "",
35+
"description": "Databricks Cluster HTTP Path.",
3636
"examples": ["sql/protocolvx/o/1234567489/0000-1111111-abcd90"]
3737
},
3838
"databricks_port": {
39-
"title": "Databricks Cluster Port",
39+
"title": "Port",
4040
"type": "string",
41-
"description": "",
41+
"description": "Databricks Cluster Port.",
4242
"default": "443",
4343
"examples": ["443"]
4444
},
4545
"databricks_personal_access_token": {
46-
"title": "Databricks Personal Access Token",
46+
"title": "Access Token",
4747
"type": "string",
48-
"description": "",
48+
"description": "Databricks Personal Access Token for making authenticated requests.",
4949
"examples": ["dapi0123456789abcdefghij0123456789AB"],
5050
"airbyte_secret": true
5151
},
@@ -59,7 +59,7 @@
5959
"data_source": {
6060
"title": "Data Source",
6161
"type": "object",
62-
"description": "Storage on which the delta lake is built",
62+
"description": "Storage on which the delta lake is built.",
6363
"oneOf": [
6464
{
6565
"title": "Amazon S3",
@@ -126,12 +126,12 @@
126126
"s3_access_key_id": {
127127
"type": "string",
128128
"description": "The Access Key Id granting allow one to access the above S3 staging bucket. Airbyte requires Read and Write permissions to the given bucket.",
129-
"title": "S3 Key Id",
129+
"title": "S3 Access Key ID",
130130
"examples": ["A012345678910EXAMPLE"],
131131
"airbyte_secret": true
132132
},
133133
"s3_secret_access_key": {
134-
"title": "S3 Access Key",
134+
"title": "S3 Secret Access Key",
135135
"type": "string",
136136
"description": "The corresponding secret to the above access key id.",
137137
"examples": ["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"],

docs/integrations/destinations/databricks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A
103103

104104
| Version | Date | Pull Request | Subject |
105105
| :--- | :--- | :--- | :--- |
106+
| 0.1.3 | 2022-01-06 | [\#7622](https://github.com/airbytehq/airbyte/pull/7622) [\#9153](https://github.com/airbytehq/airbyte/issues/9153) | Upgrade Spark JDBC driver to `2.6.21` to patch Log4j vulnerability; update connector fields title/description. |
106107
| 0.1.2 | 2021-11-03 | [\#7288](https://github.com/airbytehq/airbyte/issues/7288) | Support Json `additionalProperties`. |
107108
| 0.1.1 | 2021-10-05 | [\#6792](https://github.com/airbytehq/airbyte/pull/6792) | Require users to accept Databricks JDBC Driver [Terms & Conditions](https://databricks.com/jdbc-odbc-driver-license). |
108109
| 0.1.0 | 2021-09-14 | [\#5998](https://github.com/airbytehq/airbyte/pull/5998) | Initial private release. |

0 commit comments

Comments
 (0)