The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-70284-datetime-sensor-async has succeeded.
Run started by GitHub user HelmiDev03 (triggered by potiuk).

Head commit for run:
5917d9bd705f0c8eb535c5b12ebd94ed047191b4 / HelmiDev03 <[email protected]>
Fix DAG parsing crash for DateTimeSensorAsync with templated target_time

When `start_from_trigger=True` is provided to `DateTimeSensorAsync` with a
templated `target_time`, it attempts to evaluate the template during DAG
parsing, leading to a parser crash. This fallback gracefully disables
`start_from_trigger` when `target_time` is unparsable as a datetime,
delaying evaluation until task execution and avoiding the DAG parsing crash.

Report URL: https://github.com/apache/airflow/actions/runs/31633860477

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to