sempy_labs.mirrored_warehouse package
Module contents
- sempy_labs.mirrored_warehouse.list_mirrored_warehouses(workspace: str | UUID | None = None) DataFrame
Shows the mirrored warehouses within a workspace.
This is a wrapper function for the following API: Items - List Mirrored Warehouses.
- Parameters:
workspace (str | uuid.UUID, default=None) – The Fabric workspace name or ID. Defaults to None which resolves to the workspace of the attached lakehouse or if no lakehouse attached, resolves to the workspace of the notebook.
- Returns:
A pandas dataframe showing the mirrored warehouses within a workspace.
- Return type: