andriisoldatenko commented on code in PR #29569:
URL: https://github.com/apache/airflow/pull/29569#discussion_r1108253832
##########
airflow/executors/executor_loader.py:
##########
@@ -41,6 +41,22 @@
from airflow.executors.base_executor import BaseExecutor
+def _validate_database_executor_compatibility(executor: type[BaseExecutor]) ->
None:
Review Comment:
do we want to write tests for this function?
--
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]