feat: Migrates Pivot Table v1 to v2 (#23712)

This commit is contained in:
Michael S. Molina
2023-06-08 10:13:39 -03:00
committed by GitHub
parent e13b80aff1
commit 522eb97b65
63 changed files with 34380 additions and 25678 deletions

View File

@@ -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)