ashb commented on a change in pull request #7085: [AIRFLOW-6334] Use classes instead list of string in executors URL: https://github.com/apache/airflow/pull/7085#discussion_r364653974
########## File path: UPDATING.md ########## @@ -57,6 +57,44 @@ https://developers.google.com/style/inclusive-documentation --> +### Introduction of LocalTaskJobDeferred in the Executor. + +The executor uses ``LocalTaskJobDeferredRun`` instead of a list of strings with the command to be executed. Review comment: ```suggestion The BaseExecutor now uses `LocalTaskJobDeferredRun` instead of a list of strings with the command to be executed. ``` ---------------------------------------------------------------- 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
