Skip to content

Commit

Permalink
Use new warehouses for balances computation so we don't max out wareh…
Browse files Browse the repository at this point in the history
…ouse concurrency limit (#257)
  • Loading branch information
anthonyyim authored and SebMelendez01 committed Sep 9, 2024
1 parent 0bf087a commit 0b9aaf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config(
materialized="incremental",
unique_key=["address", "contract_address", "date"],
snowflake_warehouse="BALANCES_LG",
snowflake_warehouse="BALANCES_LG_2",
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/polygon/agg_polygon_stablecoin_balances.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config(
materialized="incremental",
unique_key=["address", "contract_address", "date"],
snowflake_warehouse="BALANCES_LG",
snowflake_warehouse="BALANCES_LG_2",
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/tron/agg_tron_stablecoin_balances.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config(
materialized="incremental",
unique_key=["address", "contract_address", "date"],
snowflake_warehouse="BALANCES_LG",
snowflake_warehouse="BALANCES_LG_2",
)
}}

Expand Down

0 comments on commit 0b9aaf8

Please sign in to comment.