replace hardcode with global var

This commit is contained in:
Pablo Martin 2024-06-14 16:28:25 +02:00
parent bceb81ea18
commit 41a7f7a510

View file

@ -4,4 +4,4 @@ with
select d.date_day as rate_date, r.*
from dates d
cross join hardcoded_rates r
where d.date_day > cast('2020-01-01' as date)
where d.date_day > cast({{ var("start_date") }} as date)