You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/22 12:23:02 UTC

[GitHub] [airflow] berksudan opened a new issue #14933: A Small Exception Message Typo

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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14933: A Small Exception Message Typo

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14933:
URL: https://github.com/apache/airflow/issues/14933#issuecomment-804021525


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] qfaizan401 commented on issue #14933: A Small Exception Message Typo

Posted by GitBox <gi...@apache.org>.
qfaizan401 commented on issue #14933:
URL: https://github.com/apache/airflow/issues/14933#issuecomment-805545778


   Thanks, @berksudan to open this issue. This is the first issue that I am handling. Yes, I think you are right that Line 59 in file "airflow/airflow/task/task_runner/init.py" should change from:
   OLD: f'The task runner could not be loaded. Please check "executor" key in "core" section.'
   to:
   NEW: f'The task runner could not be loaded. Please check "task_runner" key in "core" section.'
   
   Because your function "get_task_runner" states about the task runner, not the executor.


-- 
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #14933: A Small Exception Message Typo

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #14933:
URL: https://github.com/apache/airflow/issues/14933


   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #14933: A Small Exception Message Typo

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #14933:
URL: https://github.com/apache/airflow/issues/14933#issuecomment-804405540


   Thanks @berksudan , would you like to create your first PR with that 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.

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