You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets the status of the assignment-to-capacity operation for the specified workspace.
1001
+
1002
+
This is a wrapper function for the following API: `Capacities - Groups CapacityAssignmentStatus <https://learn.microsoft.com/rest/api/power-bi/capacities/groups-capacity-assignment-status>`_.
1003
+
1004
+
Parameters
1005
+
----------
1006
+
workspace : str | UUID, default=None
1007
+
The Fabric workspace name or id.
1008
+
Defaults to None which resolves to the workspace of the attached lakehouse
1009
+
or if no lakehouse attached, resolves to the workspace of the notebook.
1010
+
1011
+
Returns
1012
+
-------
1013
+
pandas.DataFrame
1014
+
A pandas dataframe showing the status of the assignment-to-capacity operation for the specified workspace.
0 commit comments