List all tables / shortcuts of a lakehouse #1031
Unanswered
ericjeannenez
asked this question in
Q&A
Replies: 1 comment
-
import sempy_labs.lakehouse
lakehouse = None # Enter the name or ID of the lakehouse
workspace = None # Enter the name or ID of the workspace
lakehouse_tables = sempy_labs.lakehouse.get_lakehouse_tables(lakehouse=lakehouse, workspace=workspace)
shortcuts = sempy_labs.lakehouse.list_shortcuts(lakehouse=lakehouse, workspace=workspace) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I want to list all tables / shortcuts for a lakehouse and I can't find a solution with the current functions available in sempy / sempy.fabric or sempy_labs.
However, I found the function "list_lakehouse_tables" in the MS documentation (https://learn.microsoft.com/fr-fr/python/api/semantic-link-sempy/sempy.fabric.lakehouse?view=semantic-link-python) but it doesn't work.
Have you an idea / a workaround ?
Thank you in advance for your support !
Beta Was this translation helpful? Give feedback.
All reactions