未验证 提交 08b4a173 编写于 作者: M Maxime Beauchemin 提交者: GitHub

fix: unicode word cloud example (#7747)

closes #7339
上级 8c17c192
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册