I currently have lots of data stored across a vast amount of MySQL server instances. I need to find a way to get this data out of MySQL and into fabric in a scalable manner. I will have a Master file containing company Name and gateway connection credentials. But using Pipelines in Fabric has limitations where even if I use dynamic content for the source to attempt to grab the correct gateway connection name from my master file the queries I need will not run. Does anyone have any ideas how I can use dynamic connections anywhere in Fabric to attempt to solve this problem?