From cdb3002bec026786ce0500bf3078e63fa40759be Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 19 Nov 2024 18:26:23 -0500 Subject: [PATCH] fix --- macros/decoder/run_decoded_logs_history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/decoder/run_decoded_logs_history.sql b/macros/decoder/run_decoded_logs_history.sql index bbc320b..f732eb6 100644 --- a/macros/decoder/run_decoded_logs_history.sql +++ b/macros/decoder/run_decoded_logs_history.sql @@ -2,7 +2,7 @@ {% set check_for_new_user_abis_query %} select 1 - from {{ ref('silver__user_verified_abis') }} + from {{ ref('silver_testnet__user_verified_abis') }} where _inserted_timestamp::date = sysdate()::date and dayname(sysdate()) <> 'Sat' {% endset %}