[
https://issues.apache.org/jira/browse/AIRFLOW-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned AIRFLOW-1238:
-------------------------------------
Assignee: Matt Chapman (was: Holden Karau's magical unicorn)
> 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)