skini-galaxia opened a new issue #13456:
URL: https://github.com/apache/superset/issues/13456


   When the password required to connect to a PostgreSQL database engine 
contains '%', the code throws an error.
   
   ### Expected results
   Handle the encoding of '%' in the password string. Encoding done with 
libraries like urllib does not seem to fix this.
   
   ### Actual results
   ValueError: invalid interpolation syntax in 
'postgresql://superset_admin:Secret~!%@#^&*-_;:.superset@<HOST_NAME>:5432/superset_db'
 **at position 36**.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to