Skip to content

Commit

Permalink
Merge pull request #725 from dmitrii-khr/dmitrii_khr/#711-backfill_pe…
Browse files Browse the repository at this point in the history
…riod-correction

#711 - backfill_period fix
  • Loading branch information
ellakz authored Jun 18, 2024
2 parents 289c97e + cf78735 commit 7e35784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/edr/tests/test_utils/get_anomaly_query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ case when
(
{{ elementary.anomaly_score_condition(test_configuration) }}
)
and bucket_end >= {{ elementary.edr_timeadd('day', backfill_period, 'max_bucket_end') }}
and bucket_end > {{ elementary.edr_timeadd('day', backfill_period, 'max_bucket_end') }}
then TRUE else FALSE end as is_anomalous
from anomaly_scores
),
Expand Down

0 comments on commit 7e35784

Please sign in to comment.