MathieuDB
Databricks Employee
Databricks Employee

Hello @jabori,

Can you try using the var() function to see if it fix the issue?

select 1 as id
union all
select null as id
union all
select {{ var('start_time') }} as id