laxmikantbpandhare commented on issue #32266:
URL: https://github.com/apache/superset/issues/32266#issuecomment-2684014470
My password has special characters and I did URL encoding of the password
using the below code but it still failed
>>> import urllib.parse
>>> urllib.parse.quote_plus("kx@jj5/g")
'kx%40jj5%2Fg'
Referred -
https://github.com/apache/superset/issues/29979#issuecomment-2311762527
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]