Usecase to execute-
- Excel with multiple tabs uploaded to cloud storage
- Cloud function trigger calls cloud datafusion pipeline
- Pipeline reads the file uses wrangler to read the individual sheets and write to separate tables as per the sheet
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.