mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
feat: Migrates Pivot Table v1 to v2 (#23712)
This commit is contained in:
committed by
GitHub
parent
e13b80aff1
commit
522eb97b65
@@ -1386,7 +1386,7 @@ def test_apply_post_process_without_result_format():
|
||||
A query without result_format should raise an exception
|
||||
"""
|
||||
result = {"queries": [{"result_format": "foo"}]}
|
||||
form_data = {"viz_type": "pivot_table"}
|
||||
form_data = {"viz_type": "pivot_table_v2"}
|
||||
|
||||
with pytest.raises(Exception) as ex:
|
||||
apply_post_process(result, form_data)
|
||||
|
||||
Reference in New Issue
Block a user