Forum Discussion

RafaelTerzoni's avatar
RafaelTerzoni
New Member
1 year ago
Solved

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...
  • frithjof_v's avatar
    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>