mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Fix typo in sqllab docs
This commit is contained in:
@@ -29,7 +29,7 @@ Templating with Jinja
|
||||
|
||||
SELECT *
|
||||
FROM some_table
|
||||
WHERE partition_key = '{{ preto.latest_partition('some_table') }}'
|
||||
WHERE partition_key = '{{ presto.latest_partition('some_table') }}'
|
||||
|
||||
Templating unleashes the power and capabilities of a
|
||||
programming language within your SQL code.
|
||||
|
||||
Reference in New Issue
Block a user