set_data_lake_log_publishing
Enable or disable Delta Lake log publishing on a Fabric Data Warehouse.
Instructions
Enable or disable Delta Lake log publishing on a warehouse.
Executes ALTER DATABASE CURRENT SET DATA_LAKE_LOG_PUBLISHING = { AUTO | PAUSED }
and returns the effective settings read back after the change.
Only supported on Fabric Data Warehouses (not SQL Analytics Endpoints).
SQL Analytics Endpoints are rejected with a ToolError.
Args:
workspace: Workspace name or GUID.
item: Warehouse name or GUID. SQL Analytics Endpoints are rejected.
enabled: True to enable Delta Lake log publishing (= AUTO),
False to disable it (= PAUSED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| enabled | Yes | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||