Skip to content

Commit

Permalink
add tether, openeden, franklin templeton
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Nov 25, 2024
1 parent 1aafb24 commit 08d977d
Show file tree
Hide file tree
Showing 12 changed files with 114 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'franklin_templeton',
schema = 'core',
snowflake_warehouse = 'FRANKLIN_TEMPLETON',
alias = 'ez_metrics_by_chain'
)
}}

{{ ez_rwa_by_chain('franklin_templeton') }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'franklin_templeton',
schema = 'core',
snowflake_warehouse = 'FRANKLIN_TEMPLETON',
alias = 'ez_metrics_by_product'
)
}}

{{ ez_rwa_by_product('franklin_templeton') }}
11 changes: 11 additions & 0 deletions models/projects/openeden/ez_openeden_metrics_by_chain.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'openeden',
schema = 'core',
snowflake_warehouse = 'OPENEDEN',
alias = 'ez_metrics_by_chain'
)
}}

{{ ez_rwa_by_chain('openeden') }}
11 changes: 11 additions & 0 deletions models/projects/openeden/ez_openeden_metrics_by_product.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'openeden',
schema = 'core',
snowflake_warehouse = 'OPENEDEN',
alias = 'ez_metrics_by_product'
)
}}

{{ ez_rwa_by_product('openeden') }}
11 changes: 11 additions & 0 deletions models/projects/tether/ez_tether_metrics_by_chain.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'tether',
schema = 'core',
snowflake_warehouse = 'TETHER',
alias = 'ez_metrics_by_chain'
)
}}

{{ ez_rwa_by_chain('tether') }}
11 changes: 11 additions & 0 deletions models/projects/tether/ez_tether_metrics_by_product.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{
config(
materialized = 'table',
database = 'tether',
schema = 'core',
snowflake_warehouse = 'TETHER',
alias = 'ez_metrics_by_product'
)
}}

{{ ez_rwa_by_product('tether') }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="FRANKLIN_TEMPLETON",
)
}}

{{ rwa_data_by_chain_for_issuer("Franklin Templeton") }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="FRANKLIN_TEMPLETON",
)
}}

{{ rwa_data_by_product_for_issuer("Franklin Templeton") }}
8 changes: 8 additions & 0 deletions models/staging/openeden/fact_openeden_tvl_by_chain.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="OPENEDEN",
)
}}

{{ rwa_data_by_chain_for_issuer("OpenEden") }}
8 changes: 8 additions & 0 deletions models/staging/openeden/fact_openeden_tvl_by_product.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="OPENEDEN",
)
}}

{{ rwa_data_by_product_for_issuer("OpenEden") }}
8 changes: 8 additions & 0 deletions models/staging/tether/fact_tether_tvl_by_chain.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="TETHER",
)
}}

{{ rwa_data_by_chain_for_issuer("Tether") }}
8 changes: 8 additions & 0 deletions models/staging/tether/fact_tether_tvl_by_product.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{
config(
materialized="table",
snowflake_warehouse="TETHER",
)
}}

{{ rwa_data_by_product_for_issuer("Tether") }}

0 comments on commit 08d977d

Please sign in to comment.