You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/19 08:47:00 UTC

[jira] [Commented] (AIRFLOW-4928) Remove redundant config parsing in DagBag

    [ https://issues.apache.org/jira/browse/AIRFLOW-4928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933179#comment-16933179 ] 

ASF subversion and git services commented on AIRFLOW-4928:
----------------------------------------------------------

Commit 23ec78a42403ce9df062cee6371cd28cc0834206 in airflow's branch refs/heads/master from Sergio Kef
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=23ec78a ]

[AIRFLOW-4928] Move config parses to class properties inside DagBag (#5557)



> Remove redundant config parsing in DagBag 
> ------------------------------------------
>
>                 Key: AIRFLOW-4928
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4928
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: models
>    Affects Versions: 1.10.3
>            Reporter: Sergio Kef
>            Assignee: Sergio Kef
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 2.0.0
>
>
> In DagBag, configuration file is parsed multiple times while this can be avoided. We can save the values we read in the object namespace and refer it within the instance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)