raphaelauv opened a new pull request, #71662:
URL: https://github.com/apache/airflow/pull/71662

   I want to be able to set an empty password for the `metadataConnection`
   
   ```yaml
   data:
     metadataConnection:
       user: airflow_iam_user
       pass: ""
       host: xxx.yyyy.rds.amazonaws.com
       port: 5432
       db: airflow_db
   ```
   
   to get 
`postgresql://[email protected]:5432/airflow_db`
   
   currently I get 
`postgresql://airflow_iam_user:@xxx.yyyy.rds.amazonaws.com:5432/airflow_db`
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to