fixed tests

This commit is contained in:
Joaquin 2025-03-26 15:42:26 +01:00
parent 18988eadde
commit 2e984aa61b
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@
-- Metrics --
count(distinct dos.id_deal) as deal_with_offered_service_count
from {{ ref("int_kpis__dimension_dates") }} d
left join
inner join
{{ ref("int_kpis__metric_daily_new_dash_deals_offered_services") }} as dos
on d.date = dos.date
group by 1, 2, 3

View file

@ -7618,6 +7618,7 @@ models:
- assert_dimension_completeness:
metric_column_names:
- deal_with_offered_service_count
where: "dimension in ('by_number_of_listings', 'by_billing_country', 'by_new_dash_version')"
- accepted_values:
values:
- global