diff --git a/docs/src/main/sphinx/connector/delta-lake.rst b/docs/src/main/sphinx/connector/delta-lake.rst index 68121cd4a2b6..9f3a12f7bf8f 100644 --- a/docs/src/main/sphinx/connector/delta-lake.rst +++ b/docs/src/main/sphinx/connector/delta-lake.rst @@ -17,13 +17,21 @@ Requirements To connect to Databricks Delta Lake, you need: * Tables written by Databricks Runtime 7.3 LTS and 9.1 LTS are supported. -* Deployments using AWS, HDFS, and Azure Storage are fully supported. Using - Google Cloud Storage is not supported. +* Deployments using AWS, HDFS, and Azure Storage are fully supported. Google + Cloud Storage (GCS) is :ref:`partially 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 ------------- @@ -59,9 +67,11 @@ including the metastore :ref:`Thrift ` and :ref:`Glue documentation `. To configure access to S3 and S3-compatible storage, Azure storage, and others, -consult the :doc:`Amazon S3 ` section of the Hive connector -documentation or the :doc:`Azure storage documentation `, -respectively. +consult the appropriate section of the Hive documentation. + +* :doc:`Amazon S3 ` +* :doc:`Azure storage documentation ` +* :ref:`GCS ` Configuration properties ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/src/main/sphinx/connector/hive.rst b/docs/src/main/sphinx/connector/hive.rst index 7734004b38b2..8317835c3f1a 100644 --- a/docs/src/main/sphinx/connector/hive.rst +++ b/docs/src/main/sphinx/connector/hive.rst @@ -612,6 +612,8 @@ Property Name Description defaults to ``5``. ==================================================== ============================================================ +.. _hive-google-cloud-storage-configuration: + Google Cloud Storage configuration ----------------------------------