The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/datetime-sensor-template-crash has failed.
Run started by GitHub user YoinkingFishy (triggered by potiuk).

Head commit for run:
eed7317f6228cc8234413e419694461f060e4e30 / Mehul Wagde <[email protected]>
Fix DateTimeSensorAsync crash with templated target_time and 
start_from_trigger=True

When target_time is a Jinja template string (e.g. "{{ ds }}"),
accessing self._moment in __init__ would crash because timezone.parse
can't parse template syntax. Disable start_from_trigger when target_time
is a template so it resolves at execution time via the normal execute()
path, which defers properly after template resolution.

Fixes apache/airflow#70284

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

With regards,
GitHub Actions via GitBox


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

Reply via email to