From fa4acb1bda9ee2be4bd3fa110f25b799e719696c 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