ashb commented on code in PR #46584: URL: https://github.com/apache/airflow/pull/46584#discussion_r1952393955
########## 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: Do users care about this? It doesn't actually change anything for them does it? ```suggestion ``` -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org