Antonio-RiveroMartnez commented on code in PR #37215:
URL: https://github.com/apache/superset/pull/37215#discussion_r2699468927


##########
superset/mcp_service/chart/tool/get_chart_data.py:
##########
@@ -168,8 +168,7 @@ async def get_chart_data(  # noqa: C901
                 # - pop_kpi (BigNumberPeriodOverPeriod)
                 # These charts also don't have groupby columns
                 viz_type = chart.viz_type or ""
-                single_metric_types = ("big_number", "pop_kpi")
-                if viz_type.startswith("big_number") or viz_type in 
single_metric_types:
+                if viz_type in ("big_number", "big_number_total", "pop_kpi"):

Review Comment:
   ❤️ 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to