turbaszek commented on a change in pull request #20151:
URL: https://github.com/apache/airflow/pull/20151#discussion_r767273534



##########
File path: docs/apache-airflow/concepts/smart-sensors.rst
##########
@@ -23,15 +23,11 @@ Smart Sensors
 
 .. warning::
 
-  This is an **early-access** feature and might change in incompatible ways in 
future Airflow versions.
-  However this feature can be considered bug-free, and Airbnb has been using 
this feature in production
-  since early 2020 and has significantly reduced their costs for heavy use of 
sensors.
-
-.. note::
-
-  :doc:`Deferrable Operators <deferring>` are a more flexible way to achieve 
efficient long-running sensors,
-  as well as allowing Operators to also achieve similar efficiency gains. If 
you are considering writing a
-  new Smart Sensor, you may want to instead write it as a Deferrable Operator.
+  This is a **deprecated early-access** feature that will be removed in 
Airflow 2.4.0.
+  It is superseded by :doc:`Deferrable Operators <deferring>`, which offer a 
more flexible way to
+  achieve efficient long-running sensors, as well as allowing Operators to 
also achieve similar

Review comment:
       ```suggestion
     achieve efficient long-running sensors, as well as allowing operators to 
also achieve similar
   ```




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