Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Special holiday offer! You and a friend can attend FabCon with a BOGO code. Supplies are limited. Register now.
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.