You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/28 12:40:40 UTC

[GitHub] [airflow] joeyberkovitz commented on issue #22549: Status of testing of Apache Airflow 2.2.5rc1

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&param2=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&param2=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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org