This is an automated email from the ASF dual-hosted git repository.

vavila pushed a commit to branch feat/to_datetime_jinja_filter
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/feat/to_datetime_jinja_filter 
by this push:
     new fa2e0c187a Fix docs
fa2e0c187a is described below

commit fa2e0c187afa61e90f52ac95d95fe636729602bb
Author: Vitor Avila <[email protected]>
AuthorDate: Mon Mar 24 16:25:17 2025 -0300

    Fix docs
---
 docs/docs/configuration/sql-templating.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/configuration/sql-templating.mdx 
b/docs/docs/configuration/sql-templating.mdx
index 8364ca01a8..7f094f1d87 100644
--- a/docs/docs/configuration/sql-templating.mdx
+++ b/docs/docs/configuration/sql-templating.mdx
@@ -462,7 +462,7 @@ This macro avoids copy/paste, allowing users to centralize 
the metric definition
 The `dataset_id` parameter is optional, and if not provided Superset will use 
the current dataset from context (for example, when using this macro in the 
Chart Builder, by default the `macro_key` will be searched in the dataset 
powering the chart).
 The parameter can be used in SQL Lab, or when fetching a metric from another 
dataset.
 
-## Available Macros
+## Available Filters
 
 Superset supports [builtin filters from the Jinja2 templating 
package](https://jinja.palletsprojects.com/en/stable/templates/#builtin-filters).
 Custom filters have also been implemented:
 

Reply via email to