dosubot[bot] commented on issue #32664:
URL: https://github.com/apache/superset/issues/32664#issuecomment-2723353449

   <!-- Greeting -->
   Hello @Zhaohe-Ji! I'm a bot designed to help you with bug fixes, answer 
questions, and guide you on becoming a contributor. I'm here to assist you 
while you wait for a human maintainer.
   
   <!-- Answer -->
   I found a similar closed issue where a user faced a problem with special 
characters in the password for a database connection. The suggested workaround 
was to use `decoded_uri = DATABASE_URI.replace("%", "%%")` in line 45 of the 
`superset/migrations/env.py` file, which received positive feedback 
<sup>[[1]](https://github.com/apache/superset/issues/25501)</sup>. 
   
   Additionally, Superset uses an encoding or escaping mechanism for database 
URIs where colons are escaped with `\:` to prevent them from being interpreted 
as bindings to parameters 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset/db_engine_specs/README.md)</sup>.
 This might be relevant if your password contains colons or other special 
characters that need escaping.
   
   You might want to try similar encoding or escaping techniques for the 
asterisk in your password.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=hallucination)
 | [Bug 
Report](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/011c8ff3-e246-4071-af51-3e9001d325af?feedback_type=other)</sup>
   


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

Reply via email to