Leon Kozlowski
01/30/2023, 6:34 PMexpected_start_time
resolved TaskRun
within context
? I'm looking at docs and I see
expected_start_time: Optional[DateTimeTZ] = Field(
default=None,
description="The task run's expected start time.",
)
How would the expected start time of a task run be determined?Christopher Boyd
01/31/2023, 2:57 PM