You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/09 07:09:26 UTC

[GitHub] [airflow] uranusjr commented on pull request #25594: Fix mapped sensor with reschedule mode

uranusjr commented on PR #25594:
URL: https://github.com/apache/airflow/pull/25594#issuecomment-1208997462

   > MappedOperator does not have the `ReadyToReschedule` dependency.
   
   Hmm, I am not sure putting ReadyToReschedule in BaseOperator is a good idea. Why is this needed though? MappedOperator reads `deps` when the wrapped class calls `expand`, so when you do `Sensor.expand()`, the resulting MappedOperator should automatically contain ReadyToReschedule. Is this dep lost somewhere in the scheduler?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org