https://prefect.io logo
Title
l

Leonardus Chen

02/06/2023, 7:26 AM
Is there an equivalent of Prefect 1.0's
prefect.context.get("scheduled_start_time")
in Prefect 2.0?
FlowRunContext.start_time
seems to return the actual start time of the flow instead of the scheduled start time. If there isn't, is there a way to get the scheduled start time of a flow during runtime?