Usecase to execute-
Though I am using params to define the sheetname in wrangler(as in usage for usable pipelines), I am unable to figure out how to either iterate to run for each tab, or use cloud function to span 20 calls to same pipeline with parameter as each tab name. I do not think running parallel paths in same pipeline is going to help or is a good solution. Any help appreciated.
To run parallel pipelines, we can iterate through API call using cloud functions. Though I am not sure how many instances are allowed in a single call to CDF, I could run three parallel runs of same pipeline.