kaxil commented on pull request #18722: URL: https://github.com/apache/airflow/pull/18722#issuecomment-934659751
> I dont think this change will bring that issue back as executor assignment logic remains the same and loading executor will be the still the same. The only difference executor_class will be fetched either from executor which is just after that arguments assignment in the IF. Otherwise, it will be looked up through property. Is there any test case that checks that scenario? Tests I run all passed. As soon as you do `self.executor_class = self.executor.__class__.__name__` it needlessly loads the executor just to get the Class name. Please check detailed description in https://github.com/apache/airflow/pull/16700 -- 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]
