Hi I am still new to the ADF scene, my question is if I have multiple sources (REST API, on-prem SQL server) and all I want to do is to fetch the data and transform it into a specific JSON format and POST it to another REST API endpoint and I do not need to store the data on the azure cloud.
Source (REST API, on-prem SQL) -> Transform to specific JSON format -> POST JSON to another REST API endpoint
What would be the correct approach on ADF? Do I just use Azure custom activity to run a python script for transforming? Appreciate some pointers.