I have created an adf pipeline where my source is CRM connector and sink is Postgres database.
I can sync data using the data flow activity pipeline and manual mapping on the sink level.
Now I am trying to sync fields on the sink level, it doesn’t reflect on the sink db.
I want to add these fields, when new attributes are added on the source level (CRM connector) it should automatically trigger the pipeline and add new fields in the respective postgres table using the data flow pipeline.