Files
superset2/docs
Alex DeBrie 7b28bcef15 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](https://github.com/airbnb/superset/issues/2364#issuecomment-284705179)).

The fix is to use `postgresql+psycog2://...` for the Redshift connection
string.
2017-03-21 13:59:29 -07:00
..
2016-04-06 08:46:21 -07:00
2017-01-08 07:48:02 -08:00
2016-11-18 10:04:44 -08:00
2016-12-12 08:58:13 -08:00
2016-11-10 11:27:56 -08:00