Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside committed Jan 15, 2025
1 parent 404e99a commit 287d3cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized = 'incremental',
unique_key = "contract_address",
full_refresh = false,
tags = ['bronze_core']
tags = ['bronze_core', 'recent_test']
) }}

WITH base AS (
Expand Down
4 changes: 2 additions & 2 deletions models/main_package/core/gold/core__ez_native_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
incremental_predicates = [fsc_evm.standard_predicate()],
full_refresh = gold_full_refresh,
post_hook = post_hook,
tags = ['gold_core']
tags = ['gold_core', 'ez_prices_model']
) }}

{% else %}
Expand All @@ -27,7 +27,7 @@
cluster_by = ['block_timestamp::DATE'],
incremental_predicates = [fsc_evm.standard_predicate()],
post_hook = post_hook,
tags = ['gold_core']
tags = ['gold_core', 'ez_prices_model']
) }}

{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions models/main_package/core/gold/core__ez_token_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
incremental_predicates = [fsc_evm.standard_predicate()],
full_refresh = gold_full_refresh,
post_hook = post_hook,
tags = ['gold_core']
tags = ['gold_core', 'ez_prices_model']
) }}

{% else %}
Expand All @@ -25,7 +25,7 @@
cluster_by = ['block_timestamp::DATE'],
incremental_predicates = [fsc_evm.standard_predicate()],
post_hook = post_hook,
tags = ['gold_core']
tags = ['gold_core', 'ez_prices_model']
) }}

{% endif %}
Expand Down

0 comments on commit 287d3cd

Please sign in to comment.