Forum Discussion

Srisakthi's avatar
Srisakthi
Super User
1 year ago
Solved

Notebook activity in Data Pipeline

Hello All,   In my workspace I have 5 notebooks in a folder, which needs to be triggered from Fabric Data Pipeline sequentially.  But I can select only one notebook at a time in a pipeline. is ther...
  • NandanHegde's avatar
    NandanHegde
    1 year ago

    As you stated that the notebooks need to be executed in a particular sequence,so you need to maintain the sequnce config somewhere.

    In case if the requirement is to execute the notebooks in any sequnce but sequentailly, you can try the below route (which iI have not tested myself)

    Get list of all notebooks within the workspace via REST API leveraging the web activity
    pass that array to foreach activity