You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "andriisoldatenko (via GitHub)" <gi...@apache.org> on 2023/02/16 09:57:29 UTC

[GitHub] [airflow] andriisoldatenko commented on a diff in pull request #29569: Avoid importing executor during conf validation

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org