Skip to content

Commit df67625

Browse files
authored
Merge pull request #3978 from ClickHouse/Blargian-patch-43
Docs: Update unity_catalog.md to mention need to enable it via setting
2 parents 4b555ad + eca679f commit df67625

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/use-cases/data_lake/unity_catalog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ ClickHouse supports integration with multiple catalogs (Unity, Glue, Polaris, et
2323

2424
Databricks supports multiple data formats for their lakehouse. With ClickHouse, you can query Unity Catalog tables as both Delta and Iceberg.
2525

26+
:::note
27+
As this feature is experimental, you will need to enable it using:
28+
`SET allow_experimental_database_unity_catalog = 1;`
29+
:::
30+
2631
## Configuring Unity in Databricks {#configuring-unity-in-databricks}
2732

2833
To allow ClickHouse to interact with the Unity catalog, you need to make sure the Unity Catalog is configured to allow interaction with an external reader. This can be achieved by following the[ "Enable external data access to Unity Catalog"](https://docs.databricks.com/aws/en/external-access/admin) guide.

0 commit comments

Comments
 (0)