From ec1b1eae44fcacd363184c45bc952a5da294b715 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:45:58 -0700 Subject: [PATCH] Update post_processing.py --- superset/charts/post_processing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/charts/post_processing.py b/superset/charts/post_processing.py index 893a255f98a25..398df558288b4 100644 --- a/superset/charts/post_processing.py +++ b/superset/charts/post_processing.py @@ -243,6 +243,7 @@ def pivot_table_v2( apply_metrics_on_rows=form_data.get("metricsLayout") == "ROWS", ) + def table( df: pd.DataFrame, form_data: dict[str, Any],