replace hardcode with global var
This commit is contained in:
parent
bceb81ea18
commit
41a7f7a510
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ with
|
||||||
select d.date_day as rate_date, r.*
|
select d.date_day as rate_date, r.*
|
||||||
from dates d
|
from dates d
|
||||||
cross join hardcoded_rates r
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue