From commits-return-1259-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Jul 31 08:34:48 2018 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 92544180662 for ; Tue, 31 Jul 2018 08:34:48 +0200 (CEST) Received: (qmail 86542 invoked by uid 500); 31 Jul 2018 06:34:47 -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 86533 invoked by uid 99); 31 Jul 2018 06:34:47 -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; Tue, 31 Jul 2018 06:34:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0A39981DF2; Tue, 31 Jul 2018 06:34:47 +0000 (UTC) Date: Tue, 31 Jul 2018 06:34:46 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: added clickhouse as supported db (#5522) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153301888684.4586.15131008841204289390@gitbox.apache.org> From: maximebeauchemin@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: 9e67445c6894736faaade7c221fb028ab6a7c3fd X-Git-Newrev: 37c9b0b119ec22543d14567c87e3bf821d22b668 X-Git-Rev: 37c9b0b119ec22543d14567c87e3bf821d22b668 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. maximebeauchemin 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 37c9b0b added clickhouse as supported db (#5522) 37c9b0b is described below commit 37c9b0b119ec22543d14567c87e3bf821d22b668 Author: The Alchemist AuthorDate: Tue Jul 31 02:34:43 2018 -0400 added clickhouse as supported db (#5522) I believe clickhouse is supported now since #1844 was merged --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2610b33..48b040e 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Superset can be used to visualize data out of most databases: * MonetDB * Snowflake * Redshift +* Clickhouse * **more!** look for the availability of a SQLAlchemy dialect for your database to find out whether it will work with Superset