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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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