[
https://issues.apache.org/jira/browse/AIRFLOW-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366209#comment-16366209
]
Diego Rabatone Oliveira commented on AIRFLOW-1588:
--------------------------------------------------
I have a solution proposal for this Issue
([https://github.com/apache/incubator-airflow/pull/3037).]
I've also implemented some tests, but Travis is facing some issues at this
moment, so the tests are not passing. Probably tomorrow everything will be ok.
> Incorrect json parsing when importing integer variable values
> -------------------------------------------------------------
>
> Key: AIRFLOW-1588
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1588
> Project: Apache Airflow
> Issue Type: Bug
> Components: configuration
> Affects Versions: 1.8.0
> Reporter: Georges Kohnen
> Priority: Major
>
> When exporting the airflow variables to a json file, integer variables get
> exported without a quote, e.g.:
> "dataproc_default_timeout": 60,
> However, when importing that same json file again, these values without
> quotes get ignored, and the variables are not set. When adding quotes around
> the integer values in the json file, parsing happens correctly, e.g.:
> "dataproc_default_timeout": "60",
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)