You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/09 20:09:17 UTC

[incubator-superset] branch master updated: [bug]Fix load_examples dashboard version key name (#5592)

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 21bf8d9  [bug]Fix load_examples dashboard version key name (#5592)
21bf8d9 is described below

commit 21bf8d9f8ff8a32b3fda27bd29bb24c6d692dd57
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Thu Aug 9 13:09:14 2018 -0700

    [bug]Fix load_examples dashboard version key name (#5592)
---
 superset/data/__init__.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/superset/data/__init__.py b/superset/data/__init__.py
index 6dfba43..0b232f7 100644
--- a/superset/data/__init__.py
+++ b/superset/data/__init__.py
@@ -587,7 +587,7 @@ def load_world_bank_health_n_pop():
         },
         "type": "ROW"
     },
-    "VERSION_KEY": "v2"
+    "DASHBOARD_VERSION_KEY": "v2"
 }
     """)
     l = json.loads(js)
@@ -1211,7 +1211,7 @@ def load_birth_names():
             "CHART-e8774b49"
         ]
     },
-    "VERSION_KEY": "v2"
+    "DASHBOARD_VERSION_KEY": "v2"
 }
         """)
     l = json.loads(js)
@@ -1331,7 +1331,7 @@ def load_unicode_test_data():
         },
         "type": "ROW"
     },
-    "VERSION_KEY": "v2"
+    "DASHBOARD_VERSION_KEY": "v2"
 }
     """
     dash.dashboard_title = "Unicode Test"
@@ -1792,7 +1792,7 @@ def load_misc_dashboard():
         },
         "type": "ROW"
     },
-    "VERSION_KEY": "v2"
+    "DASHBOARD_VERSION_KEY": "v2"
 }
     """)
     l = json.loads(js)
@@ -2343,7 +2343,7 @@ def load_deck_dash():
             "CHART-2b87513c"
         ]
     },
-    "VERSION_KEY": "v2"
+    "DASHBOARD_VERSION_KEY": "v2"
 }
     """)
     l = json.loads(js)