Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Sep 11, 2024
1 parent c62a947 commit a86ea70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bucketlist_db_size_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ with bucketlist_db_size as (
and total_byte_size_of_bucket_list / 1000000000 >= 12
)

select * from bucketlist_db_size;
select * from bucketlist_db_size
2 changes: 1 addition & 1 deletion tests/sorobon_surge_pricing_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ where closed_at >= TIMESTAMP_SUB('{{ dbt_airflow_macros.ts(timezone=none) }}', I
and inclusion_fee_charged > 100
)

select * from surge_pricing_check;
select * from surge_pricing_check

0 comments on commit a86ea70

Please sign in to comment.