justmike1 opened a new issue, #29582: URL: https://github.com/apache/superset/issues/29582
*Please make sure you are familiar with the SIP process documented* [here](https://github.com/apache/superset/issues/5602). The SIP will be numbered by a committer upon acceptance. ## [SIP] Proposal for Ability to connect to postgres with connection arguments with superset_config ### Motivation I need to connect to the same database as my application but use a different schema name than public ### Proposed Change Currently we have: SQLALCHEMY_DATABASE_URI = f"postgresql+psycopg2://{env('DB_USER')}:{env('DB_PASS')}@{env('DB_HOST')}:{env('DB_PORT')}/{env('DB_NAME')}" I suggest adding: SQLALCHEMY_DATABASE_CONNECT_ARGS = {} ### New or Changed Public Interfaces NONE ### New dependencies NONE ### Migration Plan and Compatibility NONE as default would be `{}` ### Rejected Alternatives NONE -- 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]
