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 ef77861 commit 940348bCopy full SHA for 940348b
metrics/defaults/sql/train.sql
@@ -16,6 +16,8 @@ where
16
metric_batch = '{{ metric_batch }}'
17
and
18
metric_type = 'metric'
19
+ and
20
+ metric_timestamp >= date('now', '-{{ train_metric_timestamp_max_days_ago }} day')
21
{% if train_exclude_metrics is defined %}
22
23
-- Exclude the specified metrics
0 commit comments