We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d768e98 commit f55ccdfCopy full SHA for f55ccdf
src/sempy_labs/_labels.py
@@ -4,8 +4,10 @@
4
from typing import Optional, Union
5
from uuid import UUID
6
from sempy.fabric.exceptions import FabricHTTPException
7
+from sempy._utils._log import log
8
9
10
+@log
11
def list_item_labels(workspace: Optional[Union[str, UUID]] = None) -> pd.DataFrame:
12
"""
13
List all items within a workspace and shows their sensitivity labels.
0 commit comments