uranusjr commented on PR #48008: URL: https://github.com/apache/airflow/pull/48008#issuecomment-2753317039
Airflow Core does not need newest compat; it does not use BaseNotifier. This class is only used in providers (and user code). The class is actually invoked by a protocol (using `__call__`) so we don’t need to check if an object is of the class either, we only need to check if a thing is callable. -- 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]
