[ 
https://issues.apache.org/jira/browse/AIRFLOW-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim van Grieken updated AIRFLOW-2144:
-------------------------------------
    Description: 
When using ' or " in config keys, either in airflow.cfg or ENV vars, these 
values will not work.

Eg.

```
remote_log_conn_id = 'S3_MASTER' # will not work
remote_log_conn_id = S3_MASTER # will work
```

 

 

 

 

  was:
When using ' or " in config keys, either in airflow.cfg or ENV vars, these 
values will not work.

Eg.

```

remote_log_conn_id = 'S3_MASTER' # will not work

remote_log_conn_id = S3_MASTER # will work

```

 

 

 

 


> Show warnings when ' or " are present in the value of a config key
> ------------------------------------------------------------------
>
>                 Key: AIRFLOW-2144
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2144
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Tim van Grieken
>            Priority: Trivial
>
> When using ' or " in config keys, either in airflow.cfg or ENV vars, these 
> values will not work.
> Eg.
> ```
> remote_log_conn_id = 'S3_MASTER' # will not work
> remote_log_conn_id = S3_MASTER # will work
> ```
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to