mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 13:37:11 +00:00
disable-stablecoin-supply (#121)
This commit is contained in:
parent
6e04a6d89b
commit
44fe9d6331
@ -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) %}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
materialized = 'view',
|
||||
persist_docs ={ "relation": true,
|
||||
"columns": true },
|
||||
tags = ['defillama'],
|
||||
tags = ['stale'],
|
||||
meta={
|
||||
'database_tags':{
|
||||
'table': {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{{ config(
|
||||
materialized = 'table',
|
||||
unique_key = 'defillama_stablecoin_supply_id',
|
||||
tags = ['defillama']
|
||||
tags = ['stale']
|
||||
) }}
|
||||
|
||||
WITH expand_flatten AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user