Does anyone know if there is a way to query cloud api for late flow runs?
j
Jenny
04/27/2021, 9:59 PM
Hi @Braun Reyes - We don't have a late state so you can't query for that directly. You could query for scheduled flow runs and check their scheduled_start_time against the current time. (Which is what the UI does.)
Jenny
04/27/2021, 10:01 PM
Copy code
query { flow_run (where: {state: {_eq:"Scheduled"}}){
name
id
scheduled_start_time
} }
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.