Add doc entry for BigQuery support (#4917)

closes https://github.com/apache/incubator-superset/issues/945
This commit is contained in:
Maxime Beauchemin
2018-05-01 21:28:27 -07:00
committed by GitHub
parent 5f6a1cea47
commit fa4acb1bda

View File

@@ -320,6 +320,8 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| Kylin | ``pip install kylinpy`` | ``kylin://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| BigQuery | ``pip install pybigquery`` | ``bigquery://`` |
+---------------+-------------------------------------+-------------------------------------------------+
Note that many other database are supported, the main criteria being the
existence of a functional SqlAlchemy dialect and Python driver. Googling