Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey all
I have started experimenting with notebooks using VS code. I have setup all the pre requisites. But I am not able to use spark language in VS code. Should we download any external library to use the spark language? Or is this expected?
Appreciate your help.
Solved! Go to Solution.
Hi @jashfabric
Thanks for using Fabric Community.
Apologies for the issue you have been facing. We haven't supported spark language in vscode. This is the reason why you are getting the error.
PySpark is the only language we support now. If you would like to use spark sql, you can run it via spark.sql('select * from ....').
Appreciate if you could share the feedback on our feedback channel, which would be open for the user community to upvote & comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.
Feedback Link: https://ideas.fabric.microsoft.com/
Hope this helps. Please let me know if you have any other questions.
Hope this helps. Please let me know if you have any further questions.
Hi @jashfabric
Thanks for using Fabric Community.
Apologies for the issue you have been facing. We haven't supported spark language in vscode. This is the reason why you are getting the error.
PySpark is the only language we support now. If you would like to use spark sql, you can run it via spark.sql('select * from ....').
Appreciate if you could share the feedback on our feedback channel, which would be open for the user community to upvote & comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.
Feedback Link: https://ideas.fabric.microsoft.com/
Hope this helps. Please let me know if you have any other questions.
Hope this helps. Please let me know if you have any further questions.
Thanks @Anonymous