Forum Discussion
RafaelTerzoni
1 year agoNew Member
Error reading datawarehouse table in a notebook using pyspark python
I am very frustrated as I developed an integration that was working reading data from the DW in a notebook (python) that basicaly gets the rows from a DW table and send it to an API, now it is broken...
- 1 year ago
This works for me:
Replace the Workspace name and Warehouse name with their GUID's (you can find them in the URL in the web browser when you are inside your Warehouse).
Like this:
abfss://<workspaceID>@onelake.dfs.fabric.microsoft.com/<warehouseID>/Tables/<schemaName>/<tableName>
frithjof_v
1 year agoCommunity Champion
This works for me:
Replace the Workspace name and Warehouse name with their GUID's (you can find them in the URL in the web browser when you are inside your Warehouse).
Like this:
abfss://<workspaceID>@onelake.dfs.fabric.microsoft.com/<warehouseID>/Tables/<schemaName>/<tableName>
- rterzoni1 year agoNew MemberThat is it. Thank you ! It worked using the IDs.