From a86ea706fd15a548eb7f490e934a4a3a821db0b8 Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Wed, 11 Sep 2024 20:38:37 +0530 Subject: [PATCH] remove semicolon --- tests/bucketlist_db_size_check.sql | 2 +- tests/sorobon_surge_pricing_check.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bucketlist_db_size_check.sql b/tests/bucketlist_db_size_check.sql index a16e42f..568213f 100644 --- a/tests/bucketlist_db_size_check.sql +++ b/tests/bucketlist_db_size_check.sql @@ -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 diff --git a/tests/sorobon_surge_pricing_check.sql b/tests/sorobon_surge_pricing_check.sql index ffc0785..6374b9b 100644 --- a/tests/sorobon_surge_pricing_check.sql +++ b/tests/sorobon_surge_pricing_check.sql @@ -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