ashb commented on a change in pull request #7484: [AIRFLOW-6864][depends on
6863] Make airflow/jobs pylint compatible
URL: https://github.com/apache/airflow/pull/7484#discussion_r382926696
##########
File path: airflow/jobs/local_task_job.py
##########
@@ -57,6 +62,7 @@ def __init__(
self.pool = pool
self.pickle_id = pickle_id
self.mark_success = mark_success
+ self.task_runner = get_task_runner(self)
Review comment:
I think because of the code in BaseTaskRunner this is probably better left
where it was (BaseTaskRunner can create files, and create a tmp config file
etc.)
----------------------------------------------------------------
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]
With regards,
Apache Git Services