An Azure service for ingesting, preparing, and transforming data at scale.
Hello @arkiboys ,
Thanks for the ask and using the Microsoft Q&A platform .
As I understand your pipeline is already parameterized and so all you need to do is
- Create a pipeline .
2.Add a lookup activity and read the table content with a query , eg
select* from dbo.TableNames .
- Add a foreach activity and inside that add execute pipeline
and then pass the a dynamic expression as the parameter .
@activity('Get the table name and Scheman Name').output.value
I have a slightly different implementation , sharing the animation HTH .
Please do let me know how it goes .
Thanks
Himanshu
Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members