fix: unicode word cloud example (#7747)

closes #7339
This commit is contained in:
Maxime Beauchemin 2019-07-03 22:32:30 -07:00 committed by GitHub
parent 8c17c19279
commit 08b4a1735a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,13 @@ def load_unicode_test_data():
slice_data = {
"granularity_sqla": "dttm",
"groupby": [],
"metric": "sum__value",
"metric": {
"expressionType": "SIMPLE",
"column": {"column_name": "value", "type": "INT"},
"aggregate": "SUM",
"label": "value",
"optionName": "metric_11",
},
"row_limit": config.get("ROW_LIMIT"),
"since": "100 years ago",
"until": "now",