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



##########
File path: chart/templates/_helpers.yaml
##########
@@ -380,7 +380,7 @@ server_tls_key_file = /etc/pgbouncer/server.key
         directory = os.path.join(package_dir, 'migrations')
         config = Config(os.path.join(package_dir, 'alembic.ini'))
         config.set_main_option('script_location', directory)
-        config.set_main_option('sqlalchemy.url', settings.SQL_ALCHEMY_CONN)
+        config.set_main_option('sqlalchemy.url', 
settings.SQL_ALCHEMY_CONN.replace('%', '%%'))

Review comment:
       The issue is I think that '%' in ConfigParser is special -- it's the 
same case as I fixed a few years ago in 
https://github.com/apache/airflow/pull/3787.




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