Giacomo Chiarella
08/02/2023, 1:14 PMawait client.read_flow_runs(flow_run_filter=FlowRunFilter(expected_start_time={
"after_": after, "before_": before}))
would this give all the flow_runs or I will need to execute another call passing offset = len(previous flow runs)?Chris Reuter
08/04/2023, 12:04 PMGiacomo Chiarella
08/04/2023, 12:07 PM