mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 09:26:44 +00:00
add nado defi tags
This commit is contained in:
parent
aa7f49590b
commit
74de7624b0
@ -13,7 +13,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
materialized = 'view',
|
||||
meta ={ 'database_tags':{ 'table':{ 'PURPOSE': 'CLOB, DEX, STATS',
|
||||
} } },
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_clearing_house_events_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(trader, symbol, subaccount), SUBSTRING(subaccount, symbol)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_liquidations_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(trader, subaccount,digest), SUBSTRING(subaccount,trader)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_market_depth_stats_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(ticker_id), SUBSTRING(ticker_id)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_market_stats_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(ticker_id,symbol), SUBSTRING(ticker_id,symbol)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_money_markets_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(ticker_id,product_id,symbol), SUBSTRING(ticker_id,product_id,symbol)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_perp_trades_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_hash,symbol,trader,digest,subaccount), SUBSTRING(symbol,trader)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
unique_key = 'ez_spot_trades_id',
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_hash,symbol,trader,digest,subaccount), SUBSTRING(symbol,trader)",
|
||||
tags = ['gold','nado','curated']
|
||||
tags = ['gold','nado','curated','defi']
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user