Skip to content

Commit

Permalink
Stablecoin V2: Tron (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Jul 22, 2024
1 parent d95c790 commit 2c7d62b
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{
config(
materialized="incremental",
unique_key="unique_id",
database="tron",
schema="core",
alias="ez_stablecoin_metrics_by_address",
snowflake_warehouse="STABLECOIN_V2_LG_2",
)
}}


{{stablecoin_metrics("tron")}}
10 changes: 10 additions & 0 deletions models/staging/tron/fact_tron_stablecoin_balances.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{
config(
materialized="incremental",
unique_key="unique_id",
snowflake_warehouse="STABLECOIN_V2_LG_2",
)
}}


{{stablecoin_balances("tron")}}
10 changes: 10 additions & 0 deletions models/staging/tron/fact_tron_stablecoin_metrics_all.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{
config(
materialized="incremental",
unique_key="unique_id",
snowflake_warehouse="STABLECOIN_V2_LG_2",
)
}}


{{stablecoin_metrics_all("tron")}}
10 changes: 10 additions & 0 deletions models/staging/tron/fact_tron_stablecoin_metrics_artemis.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{
config(
materialized="incremental",
unique_key="unique_id",
snowflake_warehouse="STABLECOIN_V2_LG_2",
)
}}


{{stablecoin_metrics_p2p("tron")}}
10 changes: 10 additions & 0 deletions models/staging/tron/fact_tron_stablecoin_metrics_p2p.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{
config(
materialized="incremental",
unique_key="unique_id",
snowflake_warehouse="STABLECOIN_V2_LG_2",
)
}}


{{stablecoin_metrics_p2p("tron")}}

0 comments on commit 2c7d62b

Please sign in to comment.