Forum Discussion
T-Eichinger
9 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...
- 8 days ago
Hi 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?
T-Eichinger
6 days agoNew Member
Dear GilbertQ ,
thank you very much!
I just tested notebook execution with ABFSS path references and it worked!
Best wishes from Berlin,
Tobias
v-achippa , we can close this thread :)