arjun4084346 commented on a change in pull request #3336:
URL: https://github.com/apache/gobblin/pull/3336#discussion_r678706597



##########
File path: 
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/snapshot/org.apache.gobblin.service.flowstatuses.snapshot.json
##########
@@ -180,6 +180,14 @@
                 "name" : "processedCount",
                 "type" : "long",
                 "doc" : "number of records processed in the last job execution"
+              }, {
+                "name" : "jobProgress",
+                "type" : "int",
+                "doc" : "job progress as a percentage (0-100)"
+              }, {
+                "name" : "estimatedMillisecondsToCompletion",

Review comment:
       Sorry for the late comment. Do you think we should have 
`estimatedSecondsToCompletion` instead of Milliseconds? One will never be 
interested in ms left, imo.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to