Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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