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



##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -145,6 +145,12 @@ def __init__(
 
         self.dagbag = DagBag(dag_folder=self.subdir, read_dags_from_db=True, 
load_op_links=False)
 
+        if conf.getboolean('smart_sensor', 'use_smart_sensor'):
+            warnings.warn(
+                'Smart sensors are deprecated. Please use Deferrable Operators 
instead.',

Review comment:
       >It's simply giving the right answers to the anticipated questions 
straight there when you see the problem.
   
   agree with a single word replacement.
   
   "right" -> "all"
   
   "right" is relative please




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