Merge pull request #53 from FlipsideCrypto/fix-user-verified-name

fix
This commit is contained in:
Austin 2024-11-19 18:26:42 -05:00 committed by GitHub
commit 956b976aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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