amoghrajesh commented on issue #36688: URL: https://github.com/apache/airflow/issues/36688#issuecomment-1899914323
I think it is by design that we have to percent encode the passwords containing special characters. The postgres documentation also has a mention of it: https://www.postgresql.org/docs/11/libpq-connect.html#id-1.7.3.8.3.6 Also check: https://dba.stackexchange.com/questions/243219/in-postgresql-url-i-cant-use-a-password-containing-special-characters I think what you need to do here is define the env variables post encoding, maybe that should solve the issue. cc @uranusjr, I think you can have some valuable suggestions here cos of the new AIP coming in from you -- 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]
