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

Clarify catalog property usage in Delta Lake docs #17488

Merged
merged 1 commit into from
May 15, 2023
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
6 changes: 4 additions & 2 deletions docs/src/main/sphinx/connector/delta-lake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,10 @@ schema.
Using ``CREATE TABLE`` with an existing table content is deprecated, instead
use the ``system.register_table`` procedure. The ``CREATE TABLE ... WITH
(location=...)`` syntax can be temporarily re-enabled using the
``delta.legacy-create-table-with-existing-location.enabled`` config property
or ``legacy_create_table_with_existing_location_enabled`` session property.
``delta.legacy-create-table-with-existing-location.enabled`` catalog
configuration property or
``legacy_create_table_with_existing_location_enabled`` catalog session
property.

If the specified location does not already contain a Delta table, the connector
automatically writes the initial transaction log entries and registers the table
Expand Down