mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 09:41:49 +00:00
turn off usdc and usdt (#133)
This commit is contained in:
parent
8c929fcb9d
commit
6438b4e389
@ -1,7 +1,7 @@
|
||||
{{ config(
|
||||
materialized = 'incremental',
|
||||
unique_key = ['chain', 'stablecoin_id','_inserted_timestamp'],
|
||||
tags = ['defillama']
|
||||
tags = ['stale']
|
||||
) }}
|
||||
|
||||
WITH usdt_supply AS (
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
materialized = 'view',
|
||||
persist_docs ={ "relation": true,
|
||||
"columns": true },
|
||||
tags = ['defillama'],
|
||||
tags = ['stale'],
|
||||
meta={
|
||||
'database_tags':{
|
||||
'table': {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
materialized = 'incremental',
|
||||
cluster_by = 'chain',
|
||||
unique_key = 'defillama_usdc_usdt_supply_id',
|
||||
tags = ['defillama']
|
||||
tags = ['stale']
|
||||
) }}
|
||||
|
||||
WITH base AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user