From dc53c56068fd3fc56237b58cb8aae305d9161d97 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 1 May 2018 21:28:27 -0700 Subject: [PATCH] Add doc entry for BigQuery support (#4917) closes https://github.com/apache/incubator-superset/issues/945 --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index ca9cf3f595815..06afbc637a999 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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