You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/05/24 14:21:23 UTC

[superset] branch 1.2 updated: fix: select country in examples chart (#14561)

This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a commit to branch 1.2
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/1.2 by this push:
     new 47c27ce  fix: select country in examples chart (#14561)
47c27ce is described below

commit 47c27ce880a92018f18419c5be64005d8afb2b4b
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue May 11 09:05:39 2021 -0700

    fix: select country in examples chart (#14561)
    
    (cherry picked from commit 09050aee62fd5f8bcf656cfb1e74c5fb4479e385)
---
 superset/examples/country_map.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/examples/country_map.py b/superset/examples/country_map.py
index e9966ff..2ed7c96 100644
--- a/superset/examples/country_map.py
+++ b/superset/examples/country_map.py
@@ -100,6 +100,7 @@ def load_country_map_data(only_metadata: bool = False, force: bool = False) -> N
             "optionName": "metric_112342",
         },
         "row_limit": 500000,
+        "select_country": "france",
     }
 
     print("Creating a slice")