haseebmalik18 commented on code in PR #70310:
URL: https://github.com/apache/airflow/pull/70310#discussion_r3647311854
##########
providers/standard/src/airflow/providers/standard/sensors/date_time.py:
##########
@@ -98,6 +98,9 @@ class DateTimeSensorAsync(DateTimeSensor):
:param target_time: datetime after which the job succeeds. (templated)
:param start_from_trigger: Start the task directly from the triggerer
without going into the worker.
+ This requires a static ``target_time`` (a datetime or ISO-8601
string). A templated
+ ``target_time`` is not supported here because the trigger is created
at Dag-parse time,
Review Comment:
Yes you're right, I overlooked that. Will reword the docstring.
--
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]