Forum Discussion

T-Eichinger's avatar
T-Eichinger
New Member
8 days ago
Solved

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's avatar
    7 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?