Skip to content

Commit

Permalink
🎉 Destination databricks: update fields specifications (#9153)
Browse files Browse the repository at this point in the history
* Files title/description update for issue # 8948

* Version update for issue # 8948

* Changelogs update for PR #9153

* Update changelog

Co-authored-by: LiRen Tu <tuliren@gmail.com>
Co-authored-by: Liren Tu <tuliren.git@outlook.com>
  • Loading branch information
3 people authored Jan 7, 2022
1 parent dfb7b8c commit 8237a70
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-databricks

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.name=airbyte/destination-databricks
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
"default": false
},
"databricks_server_hostname": {
"title": "Databricks Cluster Server Hostname",
"title": "Server Hostname",
"type": "string",
"description": "",
"description": "Databricks Cluster Server Hostname.",
"examples": ["abc-12345678-wxyz.cloud.databricks.com"]
},
"databricks_http_path": {
"title": "Databricks Cluster HTTP Path",
"title": "HTTP Path",
"type": "string",
"description": "",
"description": "Databricks Cluster HTTP Path.",
"examples": ["sql/protocolvx/o/1234567489/0000-1111111-abcd90"]
},
"databricks_port": {
"title": "Databricks Cluster Port",
"title": "Port",
"type": "string",
"description": "",
"description": "Databricks Cluster Port.",
"default": "443",
"examples": ["443"]
},
"databricks_personal_access_token": {
"title": "Databricks Personal Access Token",
"title": "Access Token",
"type": "string",
"description": "",
"description": "Databricks Personal Access Token for making authenticated requests.",
"examples": ["dapi0123456789abcdefghij0123456789AB"],
"airbyte_secret": true
},
Expand All @@ -59,7 +59,7 @@
"data_source": {
"title": "Data Source",
"type": "object",
"description": "Storage on which the delta lake is built",
"description": "Storage on which the delta lake is built.",
"oneOf": [
{
"title": "Amazon S3",
Expand Down Expand Up @@ -126,12 +126,12 @@
"s3_access_key_id": {
"type": "string",
"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.",
"title": "S3 Key Id",
"title": "S3 Access Key ID",
"examples": ["A012345678910EXAMPLE"],
"airbyte_secret": true
},
"s3_secret_access_key": {
"title": "S3 Access Key",
"title": "S3 Secret Access Key",
"type": "string",
"description": "The corresponding secret to the above access key id.",
"examples": ["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"],
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 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. |
| 0.1.2 | 2021-11-03 | [\#7288](https://github.com/airbytehq/airbyte/issues/7288) | Support Json `additionalProperties`. |
| 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). |
| 0.1.0 | 2021-09-14 | [\#5998](https://github.com/airbytehq/airbyte/pull/5998) | Initial private release. |

0 comments on commit 8237a70

Please sign in to comment.