We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30fa5c commit 9abcb6eCopy full SHA for 9abcb6e
src/sempy_labs/_helper_functions.py
@@ -305,7 +305,9 @@ def resolve_lakehouse_id(
305
)
306
307
308
-def get_direct_lake_sql_endpoint(dataset: str | UUID, workspace: Optional[str] = None) -> UUID:
+def get_direct_lake_sql_endpoint(
309
+ dataset: str | UUID, workspace: Optional[str] = None
310
+) -> UUID:
311
"""
312
Obtains the SQL Endpoint ID of the semantic model.
313
src/sempy_labs/_sql.py
@@ -8,7 +8,7 @@
8
from sempy_labs._helper_functions import (
9
resolve_warehouse_id,
10
resolve_lakehouse_id,
11
- resolve_workspace_name_and_id
+ resolve_workspace_name_and_id,
12
13
from uuid import UUID
14
0 commit comments