How to execute a notebook from another notebook in Microsoft Fabric...

We can execute a notebook from another notebook in Microsoft Fabric

mssparkutils.notebook.run("child_notebook_name", 60, {"ParameterName": ParameterValue})

No comments:

Post a Comment

How to run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook...

You can run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook using Python SQL Driver - pyodbc.  For the Fa...