kaxil commented on code in PR #48244:
URL: https://github.com/apache/airflow/pull/48244#discussion_r2012320349


##########
task-sdk/src/airflow/sdk/definitions/sensors/base.py:
##########
@@ -127,10 +114,6 @@ class BaseSensorOperator(BaseOperator):
 
     _is_sensor: bool = True
 
-    # Adds one additional dependency for all sensor operators that checks if a
-    # sensor task instance can be rescheduled.
-    deps = BaseOperator.deps | {ReadyToRescheduleDep()}

Review Comment:
   This is only needed on the Scheduler side and is handled below:
   
   
https://github.com/apache/airflow/blob/0a846b6d274408c744117d3dda7a2367cb079fc1/airflow-core/src/airflow/serialization/serialized_objects.py#L1432-L1438



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