mirror of
https://github.com/apache/superset.git
synced 2026-07-15 19:25:38 +00:00
docs: various improvements across the docs (#28285)
This commit is contained in:
committed by
GitHub
parent
517f254726
commit
49231da42f
@@ -5,9 +5,9 @@ sidebar_position: 5
|
||||
version: 1
|
||||
---
|
||||
|
||||
## SQL Templating
|
||||
# SQL Templating
|
||||
|
||||
### Jinja Templates
|
||||
## Jinja Templates
|
||||
|
||||
SQL Lab and Explore supports [Jinja templating](https://jinja.palletsprojects.com/en/2.11.x/) in queries.
|
||||
To enable templating, the `ENABLE_TEMPLATE_PROCESSING` [feature flag](/docs/configuration/configuring-superset#feature-flags) needs to be enabled in
|
||||
@@ -168,7 +168,7 @@ FEATURE_FLAGS = {
|
||||
The available validators and names can be found in
|
||||
[sql_validators](https://github.com/apache/superset/tree/master/superset/sql_validators).
|
||||
|
||||
### Available Macros
|
||||
## Available Macros
|
||||
|
||||
In this section, we'll walkthrough the pre-defined Jinja macros in Superset.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user