We are in process of automating the pipeline creation using Python SDK.
Got around 300 tables need to be moved between Oracle and SQL Server, 90% tables are 1-1 copy so we used SDK to create the pipeline programmatically.
There are 10% tables needs complex data transformation in ADF, which we design in UI and export as template.
The question is, how to create pipeline using SDK and exported templates in ADF?