Skip to content

Commit

Permalink
Use new warehouses
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim committed Jun 28, 2024
1 parent 8415b03 commit 444d5a1
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 444d5a1

Please sign in to comment.