Add doc entry for BigQuery support (#4917)
closes https://github.com/apache/incubator-superset/issues/945
This commit is contained in:
parent
5f6a1cea47
commit
fa4acb1bda
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue