https://prefect.io logo
Title
j

jcozar

02/03/2023, 5:57 PM
Hi! Sorry if I miss this from the documentation but, how can I get time context variables (i.e.
today
) inside a flow or task run? In prefect 1.0 you have useful variables through context but I cannot see them in prefect 2.0 context. Thank you!
r

redsquare

02/03/2023, 6:14 PM
can get the start time - start_time = get_run_context().start_time
j

jcozar

02/03/2023, 6:29 PM
Thank you @redsquare! I assume that this is the time when the flow started its execution. Is there a way to get the time when the flow was scheduled? It would be very useful for backfill runs
r

redsquare

02/03/2023, 10:25 PM
yup it is