Skip to content

Commit

Permalink
Ssdp 165/add doc (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpodevijn committed Jun 8, 2023
1 parent fb43242 commit fb15bf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/integrations/destinations/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ Provide your Amazon S3 data:
| | Port | string | Optional. Default to "443". See [documentation](https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html#get-server-hostname-port-http-path-and-jdbc-url). |
| | Personal Access Token | string | Required. Example: `dapi0123456789abcdefghij0123456789AB`. See [documentation](https://docs.databricks.com/sql/user/security/personal-access-tokens.html). |
| General | Databricks catalog | string | Optional. The name of the catalog. If not specified otherwise, the "hive_metastore" will be used. |
| | Database schema | string | Optional. The default schema tables are written. If not specified otherwise, the "default" will be used. |
| | Database schema | string | Optional. The default schema tables are written. If not specified otherwise, the "default" will be used.
| | Schema evolution | boolean | Optional. The connector enables automatic schema evolution in the destination tables. |
| | Purge Staging Data | boolean | The connector creates staging files and tables on S3 or Azure. By default, they will be purged when the data sync is complete. Set it to `false` for debugging purposes. |
| Data Source - S3 | Bucket Name | string | Name of the bucket to sync data into. |
| | Bucket Path | string | Subdirectory under the above bucket to sync the data into. |
Expand Down Expand Up @@ -261,6 +262,7 @@ Suppose you are interested in learning more about the Databricks connector or de

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|
| 1.1.0 | 2023-06-02 | [\#26942](https://github.com/airbytehq/airbyte/pull/26942) | Support schema evolution |
| 1.0.2 | 2023-04-20 | [\#25366](https://github.com/airbytehq/airbyte/pull/25366) | Fix default catalog to be `hive_metastore` |
| 1.0.1 | 2023-03-30 | [\#24657](https://github.com/airbytehq/airbyte/pull/24657) | Fix support for external tables on S3 |
| 1.0.0 | 2023-03-21 | [\#23965](https://github.com/airbytehq/airbyte/pull/23965) | Added: Managed table storage type, Databricks Catalog field |
Expand Down

0 comments on commit fb15bf5

Please sign in to comment.