Skip to content

Commit

Permalink
fix: Add FINAL to CH stats query
Browse files Browse the repository at this point in the history
Want to make sure all stats are up to date even if parts aren't merged yet.
  • Loading branch information
bmtcril committed Mar 27, 2024
1 parent 5749e78 commit 6d0a900
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def get_clickhouse_stats(self):
max(emission_time) as most_recent,
date_diff('second', max(emission_time), now()) as lag_seconds
FROM {self.ch_xapi_table}
FINAL
FORMAT JSON
"""

Expand Down

0 comments on commit 6d0a900

Please sign in to comment.