I'm new to Azure Data Factory and I want to create an Azure Data Factory for the below scenario.
I have a Postgres database and add data every minute.
1. I want a data flow loaded data from Postgres with query ( I don't need all of the rows I need some rows).
2. Then, run some manipulation (function) on the output of step1.
3. The output of step 2 should be sent to a database or a topic of service bus.
I need some help with which activity and solution I should use.