Merge pull request #75 from FlipsideCrypto/fix/native_apt_token
Some checks failed
docs_update / docs_update (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled

Fix/native apt token
This commit is contained in:
tarikceric 2025-10-22 11:31:47 -07:00 committed by GitHub
commit df8a23f64a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,10 @@ SELECT
NAME,
decimals,
price,
FALSE AS is_native,
CASE
WHEN LOWER(token_address) = LOWER('0xa') THEN TRUE
ELSE FALSE
END AS is_native,
is_deprecated,
is_imputed,
COALESCE(

View File

@ -2,7 +2,7 @@
materialized = 'incremental',
incremental_strategy = 'delete+insert',
unique_key = 'complete_native_asset_metadata_id',
tags = ['core']
tags = ['disabled']
) }}
SELECT

View File

@ -3,7 +3,7 @@
incremental_strategy = 'delete+insert',
unique_key = 'complete_native_prices_id',
cluster_by = ['HOUR::DATE'],
tags = ['core']
tags = ['disabled']
) }}
SELECT