Forum Discussion
mhaupt
2 years agoFrequent Visitor
Issues setting up Synapse VS code on VS desktop
Hi there, Hoping someone might be able to assist with setting up Synapse VS code on my VS desktop. The issue I have is that I don't have the "synapse-spark-kernel" created. Instead I have a couple...
- Anonymous2 years ago
Hi mhaupt
Thanks for using Fabric Community.
Apologies for the issue. The issue is with the Microsoft Document. The document has not been updated yet. You are receiving the correct runtimes. You can select any one of the "fabric-synapse-runtime" based on your notebook. The runtime version should same as your notebook.
Coming to the code part VScode.dev(web version of VS code) can run %%sql, but desktop does not support this magic command yet. Only %pip is supported for now.
Hope this helps. Please let me know if you have any further questions.
khoirockfeather
2 years agoFrequent Visitor
I have the same issue and I cant use neither the runtime kernel to run spark code. PLease help
- mhaupt2 years agoFrequent Visitor
Apologies khoirockfeather I ended up not using Pyspark, went with plan vanilla Python/Polars for my project