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 %}