[
https://issues.apache.org/jira/browse/AIRFLOW-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417227#comment-17417227
]
ASF GitHub Bot commented on AIRFLOW-6334:
-----------------------------------------
potiuk closed pull request #7085:
URL: https://github.com/apache/airflow/pull/7085
--
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.
To unsubscribe, e-mail: [email protected]
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)