Spark startup time with Python packages install is too slow
We had the same problem. The moment we customize the node with PyPi packages, we loose the StarterPools instant start feature and go back to old 3-4 minute start time.
For sometime, used the pip to install the packages from inside the notebook.
And one file day, all ETLs failed stating the %pip magic commands disabled inside pipeline.
Finally i managed to install the pip packages into Lakehouse files space like below
!pip install googleads -t /lakehouse/default/Files/PyPi Packages/
and then in the notebook i add below line to include the Lakehouse folder into syspath so the package can be imported like local installed package.
import sys
sys.path.append('/lakehouse/default/Files/PyPi Packages/')
This is a workaround to avoid high start time and still work with custom packages.
Hope there will be some native fix for this in the future fabric runtimes.
Recent ideas
Enable SharePoint File Support in Fabric Copy Jobs
Idea description Microsoft Fabric Copy Jobs currently do not support reading from or writing files directly to SharePoint sites. This limitation makes it difficult to implement straightforward and r...arno_cd921 hour agoNew MemberNew1View0likes0CommentsAdd a "Collapse All Code Cells" option in Fabric Notebooks
Title: Add a "Collapse All Code Cells" option in Fabric Notebooks Fabric Notebooks currently allow users to collapse code cells individually. However, in large notebooks, manually collapsing each ce...arno_cd921 hour agoNew MemberNew3Views0likes0CommentsAdd PowerShell cmdlets to extract gateway connection status and last time credentials used
Please enhance Microsoft Fabric and Power BI Gateway administration capabilities by providing PowerShell support and APIs to retrieve gateway connection status and last activity information. Current...Vinodkumar_Chak2 hours agoNew MemberNew11Views0likes0CommentsExtend Outbound Access Protection to support Power BI / Org Apps
Request I would like to request that Outbound Access Protection support includes Apps in addition to Reports and Semantic models please. Enabling OAP on reporting workspaces restricts semantic mode...JamesM9992 hours agoRegular VisitorNew4Views0likes0CommentsSupport parameterized file destination paths in Copy job
Currently, the file destination path in a Fabric Copy job is defined statically in the job configuration. Please add support for parameterizing the destination file path, including folder and file n...ryomaru08253 hours agoAdvocate INew7Views0likes0Comments