Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions docs/src/main/sphinx/connector/delta-lake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,13 @@ Requirements
To connect to Databricks Delta Lake, you need:

* Tables written by Databricks Runtime 7.3 LTS, 9.1 LTS and 10.4 LTS are supported.
* Deployments using AWS, HDFS, and Azure Storage are fully supported. Google
Cloud Storage (GCS) is :ref:`partially supported<delta-lake-gcs-support>`.
* Deployments using AWS, HDFS, Azure Storage, and Google Cloud Storage (GCS) are
fully supported.
* Network access from the coordinator and workers to the Delta Lake storage.
* Access to the Hive metastore service (HMS) of Delta Lake or a separate HMS.
* Network access to the HMS from the coordinator and workers. Port 9083 is the
default port for the Thrift protocol used by the HMS.

.. _delta-lake-gcs-support:

Google Cloud Storage support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

All read operations against Google Cloud Storage are supported. Additionally,
the connector supports :doc:`/sql/create-table` and :doc:`/sql/create-table-as`.

Configuration
-------------

Expand Down