Forum Discussion

ManasiL's avatar
ManasiL
Frequent Visitor
2 years ago
Solved

Can create multiple data flow gen2 inside one pipeline?

I have to load data from SAP HANA DB to fabric warehouse. there are more than 15 tables to be loaded each with large number of rows is it good to create one pipeline with more than 15 dataglow gen ...
  • NandanHegde's avatar
    2 years ago

    Ideally the best way would have been to have a single pipeline and a single dataflow Gen 2 with a meta data driven framework but as of today, dataflow Gen 2 cannot be parameterized.

     

    So owning to that, you would have to create sepearte dataflows per table.

     

    Now the question is should those be triggered or integrated within a signle pipeline or different pipelines?

    For that, it depends on your requirement :

     

    1) Is the load for all tables supposed to be scheudled at the same time?

    2) Is there any flow dependency between the tables? meaning should those be some sequentail / dependant flow or all tables are independant of each other?

     

    If those tables are to be loaded atthe same time, then the best way would be for you to craete a signle pipeline and integrate all the dataflows within the same pipeline.

  • ManasiL's avatar
    ManasiL
    2 years ago

    Okay. got it. 👍

    Thank you once again for the prompt responses.