You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Kip Kohn (Jira)" <ji...@apache.org> on 2021/09/30 01:13:00 UTC

[jira] [Created] (GOBBLIN-1554) FlowExecutions endpoint finder latestFlowExecution return duplicated flow status

Kip Kohn created GOBBLIN-1554:
---------------------------------

             Summary: FlowExecutions endpoint finder latestFlowExecution return duplicated flow status
                 Key: GOBBLIN-1554
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1554
             Project: Apache Gobblin
          Issue Type: Bug
          Components: gobblin-service
            Reporter: Kip Kohn
            Assignee: Abhishek Tiwari


e.g.
curl "https://the-system/gobblin-service/flowexecutions?q=latestFlowExecution&flowId=(flowGroup:XYZ,flowName:abc)&count=6" -X GET -H 'X-RestLi-Protocol-Version: 2.0.0'

# results in:
+-------------+-----------------------------+---------------+--------------------------+----------+
| FlowGroup   | FlowName                    |   ExecutionId | Orchestrated Time        | Status   |
|-------------+-----------------------------+---------------+--------------------------+----------|
| XYZ         | abc                         | 1632146400078 | 2021-09-20 07:00:00(PDT) | COMPLETE |
| XYZ         |  abc                        | 1632146400078 | 2021-09-20 07:00:00(PDT) | COMPLETE |
| XYZ         |  abc                        | 1632060000064 | 2021-09-19 07:00:00(PDT) | COMPLETE |
| XYZ         |  abc                        | 1632060000064 | 2021-09-19 07:00:00(PDT) | COMPLETE |
| XYZ         |  abc                        | 1631973600059 | 2021-09-18 07:00:00(PDT) | COMPLETE |
| XYZ         | abc                         | 1631973600059 | 2021-09-18 07:00:00(PDT) | COMPLETE |
+-------------+-----------------------------+---------------+--------------------------+----------+



--
This message was sent by Atlassian Jira
(v8.3.4#803005)