This is an automated email from the ASF dual-hosted git repository.
vavila pushed a commit to branch feat/render-param-for-datasets
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/feat/render-param-for-datasets
by this push:
new 63822b6221 Fixing method docstring
63822b6221 is described below
commit 63822b6221ed6859a8ca7642d16e9f4765777553
Author: Vitor Avila <[email protected]>
AuthorDate: Fri Oct 25 15:43:42 2024 -0300
Fixing method docstring
---
superset/datasets/api.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/datasets/api.py b/superset/datasets/api.py
index 5da8c090c3..b64adce413 100644
--- a/superset/datasets/api.py
+++ b/superset/datasets/api.py
@@ -1160,7 +1160,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
Renders Jinja macros in the ``sql``, ``metrics`` and ``columns``
fields.
:param data: Dataset info to be rendered
- :param tp: A ``TemplateProcessor`` instance
+ :param processor: A ``TemplateProcessor`` instance
:return: Rendered dataset data
"""