Skip to content

Commit

Permalink
Remove too many "to"s (apache#19559)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina authored and philipher29 committed Jun 9, 2022
1 parent 9e2ffa2 commit c2567aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/sql-templating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For example, to add a time range to a virtual dataset, you can write the followi
SELECT * from tbl where dttm_col > '{{ from_dttm }}' and dttm_col < '{{ to_dttm }}'
```

To add custom functionality to the Jinja context, you need to to to overload the default Jinja
To add custom functionality to the Jinja context, you need to overload the default Jinja
context in your environment by defining the `JINJA_CONTEXT_ADDONS` in your superset configuration
(`superset_config.py`). Objects referenced in this dictionary are made available for users to use
where the Jinja context is made available.
Expand Down

0 comments on commit c2567aa

Please sign in to comment.