https://prefect.io logo
g

Giacomo Chiarella

07/17/2023, 2:34 PM
How expected date time is compared to after/before parameter?
Copy code
FlowRunFilter(expected_start_time={
    "after_": after,
    "before_": before})
is it lower bound included (expected_start_time >= after and expected_start_time < before)?