Azure Synapse ingest pipeline with ForEach activity on multiple database tables (MySQL)
I am trying to ingest several tables incrementally in a pipeline on Azure Synapse using a ForEach Activity. I have defined a variable as an array of strings. Each string corresponds to the name of a table that I want…