Skip to content

Commit

Permalink
add EURC dbt model (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
adim1973 authored Aug 24, 2024
1 parent 5ca3d50 commit c43585e
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 @@ -37,6 +37,7 @@ EIGENPIE
ETHEREUM
ETHEREUM_FLIPSIDE
ETHERFI
EURC
FANTOM
FLOW
FLOW_FLIPSIDE
Expand Down
12 changes: 12 additions & 0 deletions models/projects/eurc/core/ez_eurc_metrics.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{
config(
materialized="incremental",
unique_key="date",
snowflake_warehouse="EURC",
database="eurc",
schema="core",
alias="ez_metrics",
)
}}

{{ get_stablecoin_ez_metrics("EURC") }}

0 comments on commit c43585e

Please sign in to comment.