Forum Discussion
T-Eichinger
7 days agoNew Member
Best Practices (?) for invoking Notebooks through Notebooks
Dear community, we are trying to make "post deployment scripts" work by invoking child notebooks through a parent notebook. ParentNotebook (default lakehouse: lh1) --- invokes ChildNotebook1 (defa...
GilbertQ
Super User
7 days agoHi T-Eichinger
You can use a DAG to achieve what you are looking to do.
https://databear.com/dag-orchestration-in-microsoft-fabric/
What I would also recommend is that you do not need to attach a Lakehouse to a notebook, if you use the ABFSS path you then pass through the workspace ID (GUID) and lakehouse ID (GUID).
Likewise, if you are using a pipeline, you can pass through parameters from the pipeline to the Notebook to make it dynamic?