[
https://issues.apache.org/jira/browse/AIRFLOW-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004535#comment-17004535
]
ASF GitHub Bot commented on AIRFLOW-6377:
-----------------------------------------
mik-laj commented on pull request #6934: [AIRFLOW-6377] Decouple CLI utils from
argparse.Namespace
URL: https://github.com/apache/airflow/pull/6934
----------------------------------------------------------------
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]
> Decouple cli utils from argparse.Namespace
> ------------------------------------------
>
> Key: AIRFLOW-6377
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6377
> Project: Apache Airflow
> Issue Type: Improvement
> Components: cli
> Affects Versions: 1.10.7
> Reporter: Kamil Bregula
> Priority: Minor
> Fix For: 2.0.0
>
>
> The dependence of helper methods on an object that contains many configurable
> attributes makes it difficult to trace the logic of the code. This will also
> make it difficult to decouple the executor from the CLI. In addition, it
> improves type hints.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)