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?
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?
Please look into stages.getExecutionDetails. Specifically, startTime
and endTime
.