Forum Discussion

frithjof_v's avatar
frithjof_v
Icon for Community Champion rankCommunity Champion
2 years ago
Solved

Notebook - mount a lakehouse fails

I'm trying to mount a lakehouse from another workspace to my Notebook by using this code:   notebookutils.fs.mount( "abfss://<workspace_id>@msit-onelake.dfs.fabric.microsoft.com/<lakehouse_id>",...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi frithjof_v ,

     

    I failed at first with this code because the default timeout may not be enough, after increasing the timeout I succeeded:

    notebookutils.fs.mount (
        “abfss://<workspace_id>@msit-onelake.dfs.fabric.microsoft.com/<lakehouse_id>”,
        “/test”.
        {“timeout”: 600} 
    )

     

    If you have any other questions please feel free to contact me.

     

    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!