John Zeringue created AIRFLOW-1238:
--------------------------------------

             Summary: 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
            Priority: Minor


For example, {{airflow connections -a --conn_id my_connection --conn_uri 
https://my%20username:my%20passw...@mydomain.com}} 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
(v6.3.15#6346)

Reply via email to