We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940348b commit e45bb70Copy full SHA for e45bb70
metrics/defaults/sql/score.sql
@@ -18,6 +18,8 @@ where
18
metric_batch = '{{ metric_batch }}'
19
and
20
metric_type in ('metric', 'score')
21
+ and
22
+ metric_timestamp >= date('now', '-{{ score_metric_timestamp_max_days_ago }} day')
23
{% if score_exclude_metrics is defined %}
24
25
-- Exclude the specified metrics
0 commit comments