ashb commented on a change in pull request #12775:
URL: https://github.com/apache/airflow/pull/12775#discussion_r535090924



##########
File path: airflow/hooks/dbapi_hook.py
##########
@@ -78,7 +79,7 @@ def get_uri(self) -> str:
         conn = self.get_connection(getattr(self, self.conn_name_attr))
         login = ''
         if conn.login:
-            login = '{conn.login}:{conn.password}@'.format(conn=conn)
+            login = 
'{conn.login}:{quote_plus(conn.password)}@'.format(conn=conn)

Review comment:
       It does -- hosted Postgresql service on Azure has an `@` in the username.




----------------------------------------------------------------
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.

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


Reply via email to