Skip to content

Commit 44f3504

Browse files
committed
made the description of the anomaly test more accurate
1 parent ac34be5 commit 44f3504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/edr/alerts/anomaly_detection_description.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% endmacro %}
1111

1212
{% macro freshness_description() %}
13-
'Last update was at ' || anomalous_value || ', ' || {{ elementary.edr_cast_as_string('abs(round(' ~ elementary.edr_cast_as_numeric('metric_value/3600') ~ ', 2))') }} || ' hours before the execution of this test. Usually the table is updated within ' || {{ elementary.edr_cast_as_string('abs(round(' ~ elementary.edr_cast_as_numeric('training_avg/3600') ~ ', 2))') }} || ' hours.'
13+
'Last update was at ' || anomalous_value || ', ' || 'which is' || {{ elementary.edr_cast_as_string('abs(round(' ~ elementary.edr_cast_as_numeric('metric_value/3600') ~ ', 2))') }} || ' hours without updates (only full buckets are considered). Usually the table is updated within ' || {{ elementary.edr_cast_as_string('abs(round(' ~ elementary.edr_cast_as_numeric('training_avg/3600') ~ ', 2))') }} || ' hours.'
1414
{% endmacro %}
1515

1616
{% macro table_metric_description() %}

0 commit comments

Comments
 (0)