joeyberkovitz commented on issue #22549: URL: https://github.com/apache/airflow/issues/22549#issuecomment-1080601002
https://github.com/apache/airflow/pull/21694 looks good - tested with 2.2.5rc1 docker image. conn.env: ``` TEST_CONN=mysql://username:password@host:1234/schema?param1=val1¶m2=val2 ``` `airflow connections get TEST_CONN`: ``` id | conn_id | conn_type | description | host | schema | login | password | port | is_encrypted | is_extra_encrypted | extra_dejson | get_uri =====+===========+===========+=============+======+========+==========+==========+======+==============+====================+======================================+=================================================================== None | TEST_CONN | mysql | None | host | schema | username | password | 1234 | False | False | {'param1': 'val1', 'param2': 'val2'} | mysql://username:password@host:1234/schema?param1=val1¶m2=val2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org