removed unmerged changes

This commit is contained in:
Mike Stepanovic 2024-07-31 09:40:16 -06:00
parent 3da1bf7fd6
commit 6bc28cd97a
2 changed files with 2 additions and 4 deletions

View File

@ -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 (

View File

@ -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 (