berksudan opened a new issue #14933: URL: https://github.com/apache/airflow/issues/14933
I guess, line 59 in file "[airflow/airflow/task/task_runner/__init__.py](https://github.com/apache/airflow/blob/5a864f0e456348e0a871cf4678e1ffeec541c52d/airflow/task/task_runner/__init__.py#L59)" should change like: **OLD**: f'The task runner could not be loaded. Please check "executor" key in "core" section.' **NEW**: f'The task runner could not be loaded. Please check "task_runner" key in "core" section.' So, "executor" should be replaced with "task_runner". -- 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. For queries about this service, please contact Infrastructure at: [email protected]
