o-nikolas commented on code in PR #55469:
URL: https://github.com/apache/airflow/pull/55469#discussion_r2341720808
##########
airflow-core/src/airflow/executors/executor_loader.py:
##########
@@ -230,17 +245,17 @@ def init_executors(cls) -> list[BaseExecutor]:
return loaded_executors
@classmethod
- def lookup_executor_name_by_str(cls, executor_name_str: str) ->
ExecutorName:
+ def lookup_executor_name_by_str(cls, executor_name_str: str,
team_name=None) -> ExecutorName:
Review Comment:
Good catch, will fix!
--
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]