[
https://issues.apache.org/jira/browse/AIRFLOW-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365699#comment-17365699
]
ASF GitHub Bot commented on AIRFLOW-6334:
-----------------------------------------
jhtimmins commented on pull request #7085:
URL: https://github.com/apache/airflow/pull/7085#issuecomment-863655950
@ashb you referenced this in #16303. Are you suggesting this be closed out
as a result?
--
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]
> Change CommandType in executors to be a dictionary
> --------------------------------------------------
>
> Key: AIRFLOW-6334
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6334
> Project: Apache Airflow
> Issue Type: Improvement
> Components: executors
> Affects Versions: 2.0.0
> Reporter: Tomasz Urbaszek
> Priority: Major
>
> Most of the executors run tasks by running 'airflow tasks run ...`. This is
> achieved by passing ['airflow', 'tasks', 'run', ...] object to
> subprocess.check_call. I would love to abandon this limiting type and instead
> use a dictionary.
> Then such dictionary could be passed to new method that will run the task
> without using subprocess.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)