mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Removing the logic to add timeseries_limit_metric to the data for table (#9832)
* Removing the logic to add timeseries_limit_metric to the data for table viz * Also make the change in viz_sip_38 * Fix tests Co-authored-by: michelle_thomas <michelle.thomas@airbnb.com>
This commit is contained in:
@@ -431,7 +431,7 @@ class TableVizTestCase(SupersetTestCase):
|
||||
datasource = self.get_datasource_mock()
|
||||
test_viz = viz.TableViz(datasource, form_data)
|
||||
data = test_viz.get_data(df)
|
||||
self.assertEqual(["sum_value", "SUM(value1)"], data["columns"])
|
||||
self.assertEqual(["sum_value"], data["columns"])
|
||||
|
||||
|
||||
class DistBarVizTestCase(SupersetTestCase):
|
||||
|
||||
Reference in New Issue
Block a user