Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the DML operations support on GCS #14985

Merged
merged 1 commit into from
Nov 18, 2022
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