Skip to content

Commit eea88c7

Browse files
authored
Merge pull request #5465 from ClickHouse/amychen1776-patch-5
Remove UniForm SQL on Unity Catalog page
2 parents 0b21576 + 4573e9b commit eea88c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/use-cases/data_lake/unity_catalog.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ SETTINGS warehouse = 'CATALOG_NAME', catalog_credential = '<PAT>', catalog_type
5555

5656
### Read Iceberg {#read-iceberg}
5757

58-
To access UniForm Iceberg tables:
59-
60-
```sql
61-
CREATE DATABASE unity
62-
ENGINE = DataLakeCatalog('https://<workspace-id>.cloud.databricks.com/api/2.1/unity-catalog/iceberg')
63-
SETTINGS catalog_type = 'rest', catalog_credential = '<client-id>:<client-secret>', warehouse = 'workspace',
64-
oauth_server_uri = 'https://<workspace-id>.cloud.databricks.com/oidc/v1/token', auth_scope = 'all-apis,sql'
65-
```
66-
6758
To access managed Iceberg tables:
6859

6960
```sql

0 commit comments

Comments
 (0)