Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 411CD200CD6 for ; Mon, 17 Jul 2017 07:02:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3DC33163E8D; Mon, 17 Jul 2017 05:02:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA3D7163EC3 for ; Mon, 17 Jul 2017 07:02:26 +0200 (CEST) Received: (qmail 86853 invoked by uid 500); 17 Jul 2017 05:02:25 -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 86842 invoked by uid 99); 17 Jul 2017 05:02:25 -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; Mon, 17 Jul 2017 05:02:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C746A811BF; Mon, 17 Jul 2017 05:02:24 +0000 (UTC) Date: Mon, 17 Jul 2017 05:02:24 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150026774469.12711.2417967808624167652@gitbox.apache.org> From: maximebeauchemin@apache.org Reply-To: "commits@superset.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: 7abe2d5eee177b854342c68cd218f37543ea4026 X-Git-Newrev: bb6b2da26749131f0160268ff0d71d0fe1f8a267 X-Git-Rev: bb6b2da26749131f0160268ff0d71d0fe1f8a267 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Mon, 17 Jul 2017 05:02:27 -0000 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 bb6b2da Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133) bb6b2da is described below commit bb6b2da26749131f0160268ff0d71d0fe1f8a267 Author: Maxime Beauchemin AuthorDate: Sun Jul 16 22:02:22 2017 -0700 Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133) --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 61b111b..6c38fa2 100644 --- a/superset/config.py +++ b/superset/config.py @@ -46,6 +46,7 @@ SUPERSET_WEBSERVER_PORT = 8088 SUPERSET_WEBSERVER_TIMEOUT = 60 EMAIL_NOTIFICATIONS = False CUSTOM_SECURITY_MANAGER = None +SQLALCHEMY_TRACK_MODIFICATIONS = False # --------------------------------------------------------- # Your App secret key -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].