potiuk commented on code in PR #27333:
URL: https://github.com/apache/airflow/pull/27333#discussion_r1008092902
##########
airflow/sensors/time_delta.py:
##########
@@ -28,6 +28,12 @@ class TimeDeltaSensor(BaseSensorOperator):
Waits for a timedelta after the run's data interval.
:param delta: time length to wait after the data interval before
succeeding.
+
+ .. seealso::
+ For more information on how to use this sensor, take a look at the
guide:
Review Comment:
Yeeah. :). I think I missed it in a few places. This is verbatim copied from
our "build-docs" warning when such clause is missing and "operator" is there,
so I needed to manually change it. Obvioulsy missed it in a few places
--
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]