fixed tests
This commit is contained in:
parent
18988eadde
commit
2e984aa61b
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue