ashb commented on a change in pull request #18088:
URL: https://github.com/apache/airflow/pull/18088#discussion_r704512887
##########
File path: airflow/sensors/time_delta.py
##########
@@ -23,12 +23,12 @@
class TimeDeltaSensor(BaseSensorOperator):
"""
- Waits for a timedelta after the task's execution_date + schedule_interval.
- In Airflow, the daily task stamped with ``execution_date``
- 2016-01-01 can only start running on 2016-01-02. The timedelta here
- represents the time after the execution period has closed.
+ Waits for a timedelta after the run's data interval.
+ In Airflow, the daily task for data interval 2016-01-01 can only start
+ running on 2016-01-02. The timedelta here represents the time after the
Review comment:
I mean this bit isn't true anymore -- that was half the point of the
AIP-39 :)
--
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]