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