disable-stablecoin-supply (#121)

This commit is contained in:
Matt Romano 2025-05-23 09:40:45 -07:00 committed by GitHub
parent 6e04a6d89b
commit 44fe9d6331
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 = 'table',
unique_key = ['stablecoin_id','timestamp'],
tags = ['defillama']
tags = ['stale']
) }}
WITH stablecoin_base AS ({% for item in range(50) %}

View File

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

View File

@ -1,7 +1,7 @@
{{ config(
materialized = 'table',
unique_key = 'defillama_stablecoin_supply_id',
tags = ['defillama']
tags = ['stale']
) }}
WITH expand_flatten AS (