Skip to content

Commit 4435cdb

Browse files
committed
Merge branch 'main' into hide-spells-from-data-explorer
2 parents f39c22e + c324b73 commit 4435cdb

File tree

203 files changed

+270
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+270
-216
lines changed

dbt_subprojects/daily_spellbook/models/stablecoins/evm/apechain/balances/stablecoins_apechain_balances.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'balances',
7-
materialized = 'view'
8-
, post_hook='{{ hide_spells() }}'
8+
materialized = 'view',
9+
post_hook = '{{ hide_spells() }}'
910
)
1011
}}
1112

dbt_subprojects/daily_spellbook/models/stablecoins/evm/apechain/balances/stablecoins_apechain_core_balances.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'core_balances',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/apechain/balances/stablecoins_apechain_core_balances_enriched.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'core_balances_enriched',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/apechain/balances/stablecoins_apechain_extended_balances.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'extended_balances',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/apechain/balances/stablecoins_apechain_extended_balances_enriched.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'extended_balances_enriched',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/b3/balances/stablecoins_b3_balances.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'balances',
7-
materialized = 'view'
8-
, post_hook='{{ hide_spells() }}'
8+
materialized = 'view',
9+
post_hook = '{{ hide_spells() }}'
910
)
1011
}}
1112

dbt_subprojects/daily_spellbook/models/stablecoins/evm/b3/balances/stablecoins_b3_core_balances.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'core_balances',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/b3/balances/stablecoins_b3_core_balances_enriched.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'core_balances_enriched',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/b3/balances/stablecoins_b3_extended_balances.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'extended_balances',
78
materialized = 'incremental',

dbt_subprojects/daily_spellbook/models/stablecoins/evm/b3/balances/stablecoins_b3_extended_balances_enriched.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{{
44
config(
5+
tags = ['prod_exclude'],
56
schema = 'stablecoins_' ~ chain,
67
alias = 'extended_balances_enriched',
78
materialized = 'incremental',

0 commit comments

Comments
 (0)