mirror of
https://github.com/FlipsideCrypto/thorchain-models.git
synced 2026-02-06 16:46:52 +00:00
removed unmerged changes
This commit is contained in:
parent
3da1bf7fd6
commit
6bc28cd97a
@ -3,8 +3,7 @@
|
||||
meta ={ 'database_tags':{ 'table':{ 'PURPOSE': 'DEX, AMM' }} },
|
||||
unique_key = 'fact_daily_earnings_id',
|
||||
incremental_predicates = ['DBT_INTERNAL_DEST.day >= (select min(day) from ' ~ generate_tmp_view_name(this) ~ ')'],
|
||||
incremental_strategy = 'merge',
|
||||
cluster_by = ['day']
|
||||
incremental_strategy = 'merge'
|
||||
) }}
|
||||
|
||||
WITH base AS (
|
||||
|
||||
@ -3,8 +3,7 @@
|
||||
meta ={ 'database_tags':{ 'table':{ 'PURPOSE': 'DEX, AMM' }} },
|
||||
unique_key = 'fact_total_value_locked_id',
|
||||
incremental_predicates = ['DBT_INTERNAL_DEST.day >= (select min(day) from ' ~ generate_tmp_view_name(this) ~ ')'],
|
||||
incremental_strategy = 'merge',
|
||||
cluster_by = ['day']
|
||||
incremental_strategy = 'merge'
|
||||
) }}
|
||||
|
||||
WITH base AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user