Kevin Mullins
12/23/2021, 7:08 PMKevin Kho
Kevin Mullins
12/23/2021, 7:37 PMKevin Kho
Kevin Mullins
12/23/2021, 7:40 PMKevin Kho
client.graphql
to just do a simple query on flows with something like:
query {
flow {
flow_runs {
start_time
scheduled_start_time
}
}
}
and then process the results in Python