Description
Describe the bug
list_dataflows is not working for multiple workspaces
To Reproduce
Steps to reproduce the behavior:
list_dataflows() function is handling below 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.
Expected behavior
workspace : str | uuid.UUID | List[str | uuid.UUID], default=None
The workspace or list of workspaces to scan. Supports both the workspace name and the workspace id.
Defaults to None which scans all accessible workspaces.
Additional context
I’ve made the necessary changes in the code and raised a PR:
🔗 (#636)
Kindly review it and let me know if there’s anything that needs to be updated or if any part of the implementation is not advisable.