Can an ADF Pipeline trigger upon source table update?
Hi,
Is it possible for an Azure Data Factory Pipeline to be triggered each time the source table changes?
Let’s say I have a ‘copy data’ activity in a pipeline. The activity copies data from TableA to TableB. Can the pipeline be configured to execute whenever source TableA is updated (a record deleted, changed, a new record inserted, etc..)?
Thanks.
Hi,Is it possible for an Azure Data Factory Pipeline to be triggered each time the source table changes?Let’s say I have a ‘copy data’ activity in a pipeline. The activity copies data from TableA to TableB. Can the pipeline be configured to execute whenever source TableA is updated (a record deleted, changed, a new record inserted, etc..)?Thanks. Read More