From 638f2eb7fbde43bcfd704c13c1caf0903879e980 Mon Sep 17 00:00:00 2001 From: Alex Weseley Date: Thu, 5 Sep 2024 19:08:19 -0400 Subject: [PATCH] add filter for chiliz dq issue --- models/projects/chiliz/core/ez_chiliz_metrics.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/models/projects/chiliz/core/ez_chiliz_metrics.sql b/models/projects/chiliz/core/ez_chiliz_metrics.sql index 087ebca7..bd9ed12b 100644 --- a/models/projects/chiliz/core/ez_chiliz_metrics.sql +++ b/models/projects/chiliz/core/ez_chiliz_metrics.sql @@ -25,6 +25,7 @@ txns as ( date, dau from {{ref("fact_chiliz_dau")}} + where dau < 170000 -- There is a DQ issue with the Chiliz dau data: 2 days with > 170k DAU while the rest of the data around those days is < 1k ) select