mdeshmu commented on issue #24684: URL: https://github.com/apache/superset/issues/24684#issuecomment-1639643178
@michael-s-molina we are not passing any command line options. We are using the following connection URL: `postgresql+psycopg2://user:password@hostname:5432/database` The same connection works fine in 2.1.0 but doesn't work in 3.0.0rc1. It's because of the newly added code [here](https://github.com/apache/superset/blob/3.0.0rc1/superset/db_engine_specs/postgres.py#L268), which didn't exist in [2.1.0](https://github.com/apache/superset/blob/2.1.0/superset/db_engine_specs/postgres.py) How can we solve this? -- 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]
