Forum Discussion
Issue initializing Fabric Data Engineering session in Visual Studio Code
- 10 months ago
Hi robertozsr
This is a known issue with the current Microsoft Fabric VS Code extension, especially during Spark session initialization. Since the notebook works in the Fabric web experience, the issue is with VS Code rather than the notebook itself.Here is the Documnet you can refere to https://learn.microsoft.com/en-au/answers/questions/1852980/cant-run-azure-fabric-notebook-cells-in-vs-code?utm_source=chatgpt.com
Are you currently using the latest version of the extension , if not please update it.
Here are a few steps that usually fix it:
Update the Fabric VS Code extension to the latest version.
Sign out and sign back in to your Microsoft account in VS Code.
- Check network or proxy settings to ensure access to Fabric
Clear the Fabric extension cache and restart VS Code.
If it still fails, the temporary workaround is to run the notebook in the Fabric web interface until the extension is updated.
Hi robertozsr
This is a known issue with the current Microsoft Fabric VS Code extension, especially during Spark session initialization. Since the notebook works in the Fabric web experience, the issue is with VS Code rather than the notebook itself.
Here is the Documnet you can refere to https://learn.microsoft.com/en-au/answers/questions/1852980/cant-run-azure-fabric-notebook-cells-in-vs-code?utm_source=chatgpt.com
Are you currently using the latest version of the extension , if not please update it.
Here are a few steps that usually fix it:
Update the Fabric VS Code extension to the latest version.
Sign out and sign back in to your Microsoft account in VS Code.
- Check network or proxy settings to ensure access to Fabric
Clear the Fabric extension cache and restart VS Code.
If it still fails, the temporary workaround is to run the notebook in the Fabric web interface until the extension is updated.
- robertozsr10 months agoHelper II
Thanks a lot!