0

I am using projects.jobs.getMetrics to get all the job metric data from dataflow job. But wall time for a particular stage is not available in the response.

How to get wall time for a stage from a dataflow job?

Babbi
  • 65
  • 1
  • 2
  • 11

1 Answers1

0

Please look into stages.getExecutionDetails. Specifically, startTime and endTime.

chamikara
  • 1,896
  • 1
  • 9
  • 6
  • Thanks for your response @chamikara, i tried this as well i think executiondetails for both job and stage is not available now its mentioned in the document that its experimental and may be removed. – Babbi Jan 24 '23 at 10:40