Update silver__nft_allday_metadata_s.sql (#236)

This commit is contained in:
WHYTEWYLL 2023-11-29 17:29:39 +01:00 committed by GitHub
parent d3b3c9667f
commit 3e5e0a4bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
cluster_by = ['_inserted_timestamp::DATE'],
merge_exclude_columns = ["inserted_timestamp"],
unique_key = 'nft_allday_metadata_s_id',
tags = ['nft', 'scheduled_non_core']
tags = ['nft']
) }}
WITH api_call AS (
@ -77,4 +77,4 @@ FINAL AS (
SELECT
*
FROM
FINAL
FINAL