HelmiDev03 opened a new pull request, #71515: URL: https://github.com/apache/airflow/pull/71515
Resolves #70284. 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
