GitHub user dosubot[bot] added a comment to the discussion: PortalDB database connection is dialect
<!-- Answer --> Hi! Were you able to try the steps I suggested earlier? To recap for your PostgreSQL "PortalDB" connection: 1. **Install the driver:** `pip install psycopg2` (or `psycopg2-binary` for Docker) 2. **Use this URI format:** `postgresql+psycopg2://username:password@host:5432/PortalDB` 3. **Restart Superset** If you're still running into issues, please share: - The exact SQLAlchemy URI you're entering (with the password redacted) - The full error message - Whether you're running Superset via Docker or a local pip install Happy to help further once I have more details! <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Share context across your team and agents. Try [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-feedback&utm_term=apache%2Fsuperset&message_id=e782a732-c958-4801-a174-b6f10160aa94) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-learn-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-add-team&utm_term=apache%2Fsuperset) GitHub link: https://github.com/apache/superset/discussions/40073#discussioncomment-16894691 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
