From eb3b0c97730dc026154a5f9cb604c51dde31ddcc Mon Sep 17 00:00:00 2001 From: Vitor Avila Date: Wed, 20 Mar 2024 00:42:28 -0300 Subject: [PATCH] Fixing typo --- superset/jinja_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/jinja_context.py b/superset/jinja_context.py index 295e46812a0a8..b0cf9b14edd87 100644 --- a/superset/jinja_context.py +++ b/superset/jinja_context.py @@ -764,7 +764,7 @@ def metric_macro(metric_key: str, dataset_id: Optional[int] = None) -> str: from the request context (if available). :param metric_key: the metric key. - :param dataset_id: the ID for the dataset the macro is associated with. + :param dataset_id: the ID for the dataset the metric is associated with. :returns: the macro SQL syntax. """ # pylint: disable=import-outside-toplevel