turn off usdc and usdt (#133)

This commit is contained in:
Austin 2025-09-04 15:12:58 -04:00 committed by GitHub
parent 8c929fcb9d
commit 6438b4e389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{{ config(
materialized = 'incremental',
unique_key = ['chain', 'stablecoin_id','_inserted_timestamp'],
tags = ['defillama']
tags = ['stale']
) }}
WITH usdt_supply AS (

View File

@ -2,7 +2,7 @@
materialized = 'view',
persist_docs ={ "relation": true,
"columns": true },
tags = ['defillama'],
tags = ['stale'],
meta={
'database_tags':{
'table': {

View File

@ -2,7 +2,7 @@
materialized = 'incremental',
cluster_by = 'chain',
unique_key = 'defillama_usdc_usdt_supply_id',
tags = ['defillama']
tags = ['stale']
) }}
WITH base AS (