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
8 changes: 4 additions & 4 deletions docs/src/main/sphinx/connector/delta-lake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,11 @@ You can use the connector to :doc:`/sql/insert`, :doc:`/sql/delete`,

Write operations are supported for tables stored on the following systems:

* Azure ADLS Gen2
* Azure ADLS Gen2, Google Cloud Storage

Writes to the Azure ADLS Gen2 file system are enabled by default. Trino
detects write collisions on ADLS Gen2 when writing from multiple Trino
clusters, or from as any number of open source Delta Lake clusters.
Writes to the Azure ADLS Gen2 and Google Cloud Storage are
enabled by default. Trino detects write collisions on these storage systems
when writing from multiple Trino clusters, or from other query engines.

* S3 and S3-compatible storage

Expand Down