From 620e3214cba5087ecabc20dd6315666d08311702 Mon Sep 17 00:00:00 2001 From: Desmond Hui Date: Thu, 8 Feb 2024 09:17:47 -0800 Subject: [PATCH] remove ; --- ...est_streamline__complete_decoded_instructions_2__missing.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_streamline__complete_decoded_instructions_2__missing.sql b/tests/test_streamline__complete_decoded_instructions_2__missing.sql index d543f9fa..4915d429 100644 --- a/tests/test_streamline__complete_decoded_instructions_2__missing.sql +++ b/tests/test_streamline__complete_decoded_instructions_2__missing.sql @@ -14,4 +14,4 @@ SELECT FROM {{ ref('streamline__complete_decoded_instructions_2') }} WHERE - _inserted_timestamp BETWEEN dateadd('hour',-3,date_trunc('hour',current_timestamp())) and dateadd('hour',-2, date_trunc('hour',current_timestamp())); + _inserted_timestamp BETWEEN dateadd('hour',-3,date_trunc('hour',current_timestamp())) and dateadd('hour',-2, date_trunc('hour',current_timestamp()))