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



##########
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:
       nvm good point, changing it to seconds as that will be more useful




-- 
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