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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
