Skip to content

Commit a43d102

Browse files
update configuration for microsoft fabric onelake
1 parent abae20f commit a43d102

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mkdocs/docs/configuration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,19 @@ catalog:
573573

574574
<!-- prettier-ignore-end -->
575575

576+
##### Microsoft Fabric OneLake Catalog REST
577+
578+
```yaml
579+
catalog:
580+
onelake_catalog:
581+
type: rest
582+
uri: https://onelake.table.fabric.microsoft.com/iceberg
583+
warehouse: <fabric_workspace_id>/<fabric_data_item_id> # Example : DB0CE1EE-B014-47D3-8F0C-9D64C39C0FC2/F470A1D2-6D6D-4C9D-8796-46286C80B7C0
584+
adls.account-name: onelake,
585+
adls.account-host: onelake.blob.fabric.microsoft.com,
586+
adls.credential: <credential>, # You can use DefautlAzureCredential from `azure.identity` package or refer to other authentication flows from [here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-flows-app-scenarios)
587+
```
588+
576589
### SQL Catalog
577590

578591
The SQL catalog requires a database for its backend. PyIceberg supports PostgreSQL and SQLite through psycopg2. The database connection has to be configured using the `uri` property. The init_catalog_tables is optional and defaults to True. If it is set to False, the catalog tables will not be created when the SQLCatalog is initialized. See SQLAlchemy's [documentation for URL format](https://docs.sqlalchemy.org/en/20/core/engines.html#backend-specific-urls):

0 commit comments

Comments
 (0)