Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Sep 11, 2024
1 parent 8dc3b54 commit acfc893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bucketlist_db_size_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with bucketlist_db_size as (
from `crypto-stellar.crypto_stellar.history_ledgers`
where closed_at >= TIMESTAMP_SUB('{{ dbt_airflow_macros.ts(timezone=none) }}', INTERVAL 1 HOUR )
-- alert when the bucketlist has grown larger than 12 gb
and total_byte_size_of_bucket_list / 1000000000 >= 12
and total_byte_size_of_bucket_list / 1000000000 >= 12
)

select * from bucketlist_db_size;

0 comments on commit acfc893

Please sign in to comment.