Skip to content

Commit ffda3c1

Browse files
committed
938
1 parent 64b1670 commit ffda3c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sempy_labs/lakehouse/_shortcuts.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sempy.fabric as fabric
22
import pandas as pd
3-
from .._helper_functions import (
3+
from sempy_labs._helper_functions import (
44
resolve_lakehouse_name_and_id,
55
resolve_workspace_id,
66
resolve_workspace_name_and_id,
@@ -210,6 +210,7 @@ def create_shortcut(
210210
method="post",
211211
payload=payload,
212212
status_codes=201,
213+
client="fabric_sp",
213214
)
214215
print(
215216
f"{icons.green_dot} The shortcut '{shortcutActualName}' was created in the '{lakehouse_name}' lakehouse within"
@@ -363,6 +364,7 @@ def list_shortcuts(
363364
responses = _base_api(
364365
request=url,
365366
uses_pagination=True,
367+
client="fabric_sp",
366368
)
367369

368370
sources = {

0 commit comments

Comments
 (0)