Skip to content

Commit

Permalink
Fix model reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-tuva committed Dec 3, 2024
1 parent f5ab20e commit 295f191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ with eligibility_spans as(
'Birthday is not a valid date' as data_quality_check
, count(distinct eligibility_span_id) as result_count
from eligibility_spans e
left join reference_data.calendar c
left join {{ ref('reference_data__calendar') }} c
on e.birth_date = c.full_date
where c.full_date is null
)
Expand Down

0 comments on commit 295f191

Please sign in to comment.