Is it possible to run simple select statements dynamically via ADF?
I want to copy tables from source to sink (sql to sql) using ADF. I am using the control table approach to load the data which allows me to dynamically load columns etc. However, for some tables I have where conditions etc or even something simple like
SELECT 'Apple Sauce' as ColumnABC
FROM TableA
Can someone please either explain or guide me to how I can create a template pipeline using control table which fulfils this requirement.
Please do ask for more information if you need.
