From 8237a70ce9b366daa5f779f9187520872a1584ed Mon Sep 17 00:00:00 2001 From: Iryna Grankova <87977540+igrankova@users.noreply.github.com> Date: Fri, 7 Jan 2022 07:16:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Destination=20databricks:=20upda?= =?UTF-8?q?te=20fields=20specifications=20(#9153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Files title/description update for issue # 8948 * Version update for issue # 8948 * Changelogs update for PR #9153 * Update changelog Co-authored-by: LiRen Tu Co-authored-by: Liren Tu --- .../destination-databricks/Dockerfile | 2 +- .../src/main/resources/spec.json | 22 +++++++++---------- docs/integrations/destinations/databricks.md | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/airbyte-integrations/connectors/destination-databricks/Dockerfile b/airbyte-integrations/connectors/destination-databricks/Dockerfile index 4dd20ccbdaa10..c3405768633ef 100644 --- a/airbyte-integrations/connectors/destination-databricks/Dockerfile +++ b/airbyte-integrations/connectors/destination-databricks/Dockerfile @@ -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 diff --git a/airbyte-integrations/connectors/destination-databricks/src/main/resources/spec.json b/airbyte-integrations/connectors/destination-databricks/src/main/resources/spec.json index 4112fb86fd89e..4254f7ad7f0da 100644 --- a/airbyte-integrations/connectors/destination-databricks/src/main/resources/spec.json +++ b/airbyte-integrations/connectors/destination-databricks/src/main/resources/spec.json @@ -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 }, @@ -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", @@ -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"], diff --git a/docs/integrations/destinations/databricks.md b/docs/integrations/destinations/databricks.md index e14fd99fe7fde..949969576c003 100644 --- a/docs/integrations/destinations/databricks.md +++ b/docs/integrations/destinations/databricks.md @@ -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. |