Skip to content

Commit

Permalink
add USDGLO dbt model (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
adim1973 authored Aug 25, 2024
1 parent 321dbc0 commit 7e36530
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,6 +85,7 @@ TRON
UNISWAP
USDC
USDE
USDGLO
USDP
USDT
ZKSYNC
12 changes: 12 additions & 0 deletions models/projects/usdglo/core/ez_usdglo_metrics.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{
config(
materialized="incremental",
unique_key="date",
snowflake_warehouse="USDGLO",
database="usdglo",
schema="core",
alias="ez_metrics",
)
}}

{{ get_stablecoin_ez_metrics("USDGLO") }}

0 comments on commit 7e36530

Please sign in to comment.