Skip to content

Commit 123a013

Browse files
committed
fix list_dataflows docs
1 parent b076412 commit 123a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sempy_labs/_dataflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def list_dataflows(workspace: Optional[str | UUID] = None):
2525
"""
2626
Shows a list of all dataflows which exist within a workspace.
2727
28-
This is a wrapper function for the following API: `Items - Create Dataflow <https://learn.microsoft.com/rest/api/fabric/dataflow/items/create-dataflow>`_.
28+
This is a wrapper function for the following API: `Items - List Dataflows <https://learn.microsoft.com/rest/api/fabric/dataflow/items/list-dataflows>`_.
2929
3030
Service Principal Authentication is supported (see `here <https://github.com/microsoft/semantic-link-labs/blob/main/notebooks/Service%20Principal.ipynb>`_ for examples).
3131

0 commit comments

Comments
 (0)