go back to var, made a mistake in the last commit
This commit is contained in:
parent
1203d0921b
commit
0606f2c93d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ with
|
||||||
from
|
from
|
||||||
generate_series
|
generate_series
|
||||||
(
|
(
|
||||||
'2020-01-01'::timestamp,
|
{{ var("start_date") }}::timestamp,
|
||||||
(
|
(
|
||||||
select min(oldest_date_utc) from oldest_xe_date_per_curr_pair
|
select min(oldest_date_utc) from oldest_xe_date_per_curr_pair
|
||||||
)::timestamp
|
)::timestamp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue