I got around 9 source system (on premises / cloud based).
- Every source system has to end up in Raw zone of Data Lake for both Initial and Incremental Load.
- But few will go through standardisation zone and then to Staging (SQL Tables) which will be ultimately consumed by Raw Vault (Data Vault 2.0) processing.
- Rest will be straight from Raw Zone to Staging (SQL Tables)
We got all the pipeline done to move data from source => raw zone => standardisation zone => Staging.
Now am looking into ADF Orchestration Framework, where i should be able to dynamically execute pipeline based on the Metadata / next valid Pipeline to run.
With Execute Pipleline there is no option to specify dynamically which pipeline to execute.
What is the best option Logic App / Azure function.
I want to pass the Pipeline name dynamically.