You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Elliott Shugerman (JIRA)" <ji...@apache.org> on 2019/07/16 07:10:00 UTC

[jira] [Commented] (AIRFLOW-310) First class support for JSON variables

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

Elliott Shugerman commented on AIRFLOW-310:
-------------------------------------------

{quote}Make the 'Val' field on {{/admin/variable/edit}} use a fixed width font
{quote}
This feature has been added as part of [this PR|https://github.com/apache/airflow/pull/5573], which closes AIRFLOW-4929.

> First class support for JSON variables
> --------------------------------------
>
>                 Key: AIRFLOW-310
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-310
>             Project: Apache Airflow
>          Issue Type: Wish
>            Reporter: Bence Nagy
>            Priority: Major
>              Labels: feature, variable
>
> Looking at our variables, every single one of them is JSON, the largest being 100 lines long. I will assume that most other users are mainly using JSON vars as well.
> I can think of a few quality of life changes that could be made to make working with these variables easier:
>  - Make the 'Val' field on {{/admin/variable/edit}} use a fixed width font. This would probably not hurt non-JSON users either.
>  - Add JSON syntax highlighting to the textarea there.
>  - Add optional JSON syntax validation; perhaps a boolean flag in the DB for whether the var is supposed to be JSON. If true, reject updates with non-valid JSON syntax to the variable, and perhaps don't require {{deserialize_json=True}} to be specified in the code every time it's accessed.
>  - This last one might be a bit far-fetched, but: Make it possible to add a [JSON schema file|http://json-schema.org/] that will be validated against on updates.
> Let me know if you want these split into separate JIRA issues.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)