[ 
https://issues.apache.org/jira/browse/GOBBLIN-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kip Kohn updated GOBBLIN-1554:
------------------------------
    Description: 
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|

 

  was:
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 |
+-------------+-----------------------------+---------------+--------------------------+----------+


> 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
>            Priority: Minor
>
> 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)

Reply via email to