Get wall time from dataflow for a particular stage using python

88 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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