AaryanCdry commented on issue #70284:
URL: https://github.com/apache/airflow/issues/70284#issuecomment-5154580234

   Hi! I'd like to work on this one. The root cause is clear: 
`DateTimeSensorAsync.__init__` parses `target_time` via `timezone.parse` at 
DAG-parse time, before Jinja rendering — so a templated `target_time` blows up 
parsing. I'll move the parse to execution time (or guard it) and add a test 
with a templated `target_time`. Submitting a PR shortly.


-- 
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]

Reply via email to