Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation for adding a Redshift database (#2447)
When adding a Redshift database, the docs said to use a connection string that started with `redshift+psycopg2://...`, but this results in a Python error from how SQLAlchemy executes the `get_schema_names` method (first reported [here](#2364 (comment))). The fix is to use `postgresql+psycog2://...` for the Redshift connection string.
- Loading branch information