Getting pipeline running timestamp in Azure Data Factory

Viewed 2155

How can I get the value of the following in DataFactory:

  1. Last time the pipeline was triggered
  2. Current starting time of the triggered pipeline
2 Answers

You could get some of this messages in Data Factory monitor/pipeline run page:

enter image description here

It include: last run time(triggered time) and DURACTION.

But for now, we can not export it.

Hope this helps.

Related