Skip to content

Commit

Permalink
fix: daily
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Sep 17, 2024
1 parent 64084d6 commit ec2602f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def forwards_ops(self) -> Sequence[SqlOperation]:
project_id,
attrs.1 as attr_key,
attrs.2 as attr_value,
toStartOfWeek(_sort_timestamp) AS timestamp,
toStartOfDay(_sort_timestamp) AS timestamp,
retention_days,
1 AS count
FROM eap_spans_local
Expand Down Expand Up @@ -197,7 +197,7 @@ def forwards_ops(self) -> Sequence[SqlOperation]:
attrs.1 as attr_key,
attrs.2 as attr_min_value,
attrs.2 as attr_max_value,
toStartOfWeek(_sort_timestamp) AS timestamp,
toStartOfDay(_sort_timestamp) AS timestamp,
retention_days,
1 AS count
FROM eap_spans_local
Expand Down

0 comments on commit ec2602f

Please sign in to comment.