diff --git a/docs/installation.rst b/docs/installation.rst index 5c8214240d..202f37ac4d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -495,7 +495,7 @@ Here's a list of some of the recommended packages. | | | For JDBC | | | | ``drill+jdbc://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ -| Apache Druid | ``"git+https://github.com/JohnOmernik/sqlalchemy-drill"`` | ``druid://`` | +| Apache Druid | ``"apache-superset[druid]"`` | ``druid://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ | Apache Hive | ``"apache-superset[hive]"`` | ``hive://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ diff --git a/setup.py b/setup.py index 35ccf6c39e..e6f5c3285a 100644 --- a/setup.py +++ b/setup.py @@ -116,6 +116,7 @@ setup( "cors": ["flask-cors>=2.0.0"], "db2": ["ibm-db-sa>=0.3.5, <0.4"], "dremio": ["sqlalchemy-dremio>=1.1.5, <1.2"], + "drill": ["sqlalchemy-drill==0.1.dev"], "druid": ["pydruid>=0.6.1,<0.7"], "elasticsearch": ["elasticsearch-dbapi>=0.1.0, <0.2.0"], "exasol": ["sqlalchemy-exasol>=2.1.0, <2.2"],