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 64b1670 commit ffda3c1Copy full SHA for ffda3c1
src/sempy_labs/lakehouse/_shortcuts.py
@@ -1,6 +1,6 @@
1
import sempy.fabric as fabric
2
import pandas as pd
3
-from .._helper_functions import (
+from sempy_labs._helper_functions import (
4
resolve_lakehouse_name_and_id,
5
resolve_workspace_id,
6
resolve_workspace_name_and_id,
@@ -210,6 +210,7 @@ def create_shortcut(
210
method="post",
211
payload=payload,
212
status_codes=201,
213
+ client="fabric_sp",
214
)
215
print(
216
f"{icons.green_dot} The shortcut '{shortcutActualName}' was created in the '{lakehouse_name}' lakehouse within"
@@ -363,6 +364,7 @@ def list_shortcuts(
363
364
responses = _base_api(
365
request=url,
366
uses_pagination=True,
367
368
369
370
sources = {
0 commit comments