jscheffl opened a new pull request, #40626:
URL: https://github.com/apache/airflow/pull/40626

   While implementing AIP-69 I realized that the call to 
`validate_database_executor_compatibility()` is actually expecting a 
`type[BaseExecutor]` but in one call a class instance of `BaseExecutor` is 
handed over.
   
   In most cases this did not generate an error (yet) and I am wondering why 
mypy did not complain (I assume mainly because the wrapper of LRU cache)... 
anyway, this PR corrects the call.


-- 
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]

Reply via email to