From commits-return-2270-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Thu Feb 14 18:56:45 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 275E6180626 for ; Thu, 14 Feb 2019 19:56:44 +0100 (CET) Received: (qmail 45143 invoked by uid 500); 14 Feb 2019 18:56:44 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 45134 invoked by uid 99); 14 Feb 2019 18:56:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2019 18:56:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BCDBC82F2F; Thu, 14 Feb 2019 18:56:43 +0000 (UTC) Date: Thu, 14 Feb 2019 18:56:43 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Update docs for pinot support (#6865) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155017060320.31493.5626094883403803706@gitbox.apache.org> From: beto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 60d5f89faaa6e76fdfb87d3ba8d76766d268a43f X-Git-Newrev: 2132522fbb1c92173de3c71cd940f4e78a917622 X-Git-Rev: 2132522fbb1c92173de3c71cd940f4e78a917622 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 2132522 Update docs for pinot support (#6865) 2132522 is described below commit 2132522fbb1c92173de3c71cd940f4e78a917622 Author: agrawaldevesh AuthorDate: Thu Feb 14 10:56:36 2019 -0800 Update docs for pinot support (#6865) --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 85183c0..a5d865e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -382,6 +382,8 @@ Here's a list of some of the recommended packages. +---------------+-------------------------------------+-------------------------------------------------+ | Teradata | ``pip install sqlalchemy-teradata`` | ``teradata://`` | +---------------+-------------------------------------+-------------------------------------------------+ +| Pinot | ``pip install pinotdb`` | ``pinot+http://controller:5436/query?server=http://controller:5983/`` | ++---------------+-------------------------------------+-------------------------------------------------+ Note that many other databases are supported, the main criteria being the existence of a functional SqlAlchemy dialect and Python driver. Googling