superset/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
..
_static Adding a Gallery to the docs 2016-04-06 08:46:21 -07:00
_templates [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
build.sh [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
conf.py Fixing docs generation 2017-01-08 07:48:02 -08:00
druid.rst [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
faq.rst Update faq.rst (#1637) 2016-11-18 10:04:44 -08:00
gallery.rst Add NVD3's bullet chart (#1775) 2016-12-12 08:58:13 -08:00
index.rst Minor documentation touchups 2016-11-10 11:27:56 -08:00
installation.rst Fix documentation for adding a Redshift database (#2447) 2017-03-21 13:59:29 -07:00
Makefile [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
security.rst [security] improving the security scheme (#1587) 2016-11-17 11:58:33 -08:00
sqllab.rst [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
tutorial.rst New administrator tutorial (#2046) 2017-01-25 11:44:02 -08:00
videos.rst [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00