Skip to content

Commit

Permalink
Add doc entry for BigQuery support (#4917)
Browse files Browse the repository at this point in the history
closes #945
  • Loading branch information
mistercrunch authored May 2, 2018
1 parent 5f6a1ce commit fa4acb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa4acb1

Please sign in to comment.