mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[Jinja] Make Presto template functions backwards compatible (#7993)
This commit is contained in:
committed by
michellethomas
parent
b380879c41
commit
cd6de3a1d8
@@ -56,7 +56,7 @@ Templating with Jinja
|
||||
|
||||
SELECT *
|
||||
FROM some_table
|
||||
WHERE partition_key = '{{ presto.latest_partition('some_table') }}'
|
||||
WHERE partition_key = '{{ presto.first_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