[
https://issues.apache.org/jira/browse/AIRFLOW-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601277#comment-16601277
]
Apache Spark commented on AIRFLOW-1238:
---------------------------------------
User 'matt2000' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3605
> Connections CLI doesn't decode percent encodings
> ------------------------------------------------
>
> Key: AIRFLOW-1238
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1238
> Project: Apache Airflow
> Issue Type: Bug
> Affects Versions: 1.8.1
> Reporter: John Zeringue
> Assignee: Matt Chapman
> Priority: Minor
>
> For example, {{airflow connections -a --conn_id my_connection --conn_uri
> https://my%20username:my%[email protected]}} should create a connection
> with username {{my username}} and password {{my password}}. Instead, it
> creates a connection with username {{my%20username}} and password
> {{my%20password}}.
> As it stands now, email usernames (which have an {{@}}) or passwords with
> special characters like {{p@$$word}} can't be specified from the CLI either.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)