fixed test
This commit is contained in:
parent
90356dd9c7
commit
613bac4b70
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
(abs({{ column_name }} - metrics_stats.avg_value))
|
||||
/ (metrics_stats.stddev_value)
|
||||
> {{ sigma_threshold }} as is_outlier
|
||||
from {{ model }}
|
||||
from recent_data
|
||||
cross join metrics_stats
|
||||
where {{ date_column }} = current_date - interval '1 day'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue