Skip to content

Commit 5f60f2c

Browse files
committed
Fix experimental flag name in REST catalog documentation
- Change allow_experimental_database_rest_catalog to allow_experimental_database_iceberg - This is the correct flag name for enabling Iceberg database integration
1 parent f9cc135 commit 5f60f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-cases/data_lake/rest_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The REST Catalog is a standardized API specification for Iceberg catalogs, suppo
2828

2929
:::note
3030
As this feature is experimental, you will need to enable it using:
31-
`SET allow_experimental_database_rest_catalog = 1;`
31+
`SET allow_experimental_database_iceberg = 1;`
3232
:::
3333

3434
## Local Development Setup {#local-development-setup}

0 commit comments

Comments
 (0)