shahar1 commented on code in PR #46584: URL: https://github.com/apache/airflow/pull/46584#discussion_r1965655841
########## newsfragments/aip-72.significant.rst: ########## @@ -42,6 +42,9 @@ As part of this change the following breaking changes have occurred: It is recommended that you replace such a custom operator with a deferrable sensor, a condition or another triggering mechanism. +- The following operators subclassing ``SkipMixin`` have been adjusted to use the ``TaskExecution`` interface: + + - ``airflow.standard.python.ShortCircuitOperator`` Review Comment: Good call, I'll create a separate newsfragment at least for the part which is responsible for fixing short circuit in mapped tasks (https://github.com/apache/airflow/pull/44925) -- 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]
