Skip to content

Commit

Permalink
add USDP dbt model (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
adim1973 authored Aug 25, 2024
1 parent 83592dc commit 321dbc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions databases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ TRON
UNISWAP
USDC
USDE
USDP
USDT
ZKSYNC
12 changes: 12 additions & 0 deletions models/projects/usdp/core/ez_usdp_metrics.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{
config(
materialized="incremental",
unique_key="date",
snowflake_warehouse="USDP",
database="usdp",
schema="core",
alias="ez_metrics",
)
}}

{{ get_stablecoin_ez_metrics("USDP") }}

0 comments on commit 321dbc0

Please sign in to comment.