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.
Hi Team - we have spark starter pool and would like to set custom executors and memory for each notebook. Is there way to do it. For Example, In Synpase, we have option to set executors & memory for each notebook.
Thanks,
Abhiram
Solved! Go to Solution.
Hi @abhiram342
Thanks for using Fabric Community.
You can use %%configure command in notebooks to personalize your Spark session.
For more information please refer to this link:
Develop, execute, and manage notebooks - Microsoft Fabric | Microsoft Learn
Hope this helps. Please let me know if you have any further questions.
Hi @abhiram342
Thanks for using Fabric Community.
You can use %%configure command in notebooks to personalize your Spark session.
For more information please refer to this link:
Develop, execute, and manage notebooks - Microsoft Fabric | Microsoft Learn
Hope this helps. Please let me know if you have any further questions.
Thank you @Anonymous ! I used above option in Synapse.