Skip to content

Commit

Permalink
Celo: adding ez transfers (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Dec 12, 2024
1 parent 8b434aa commit 79e6e73
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions models/projects/celo/raw/ez_celo_token_transfers.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{
config(
materialized="view",
snowflake_warehouse="CELO",
database="celo",
schema="raw",
alias="ez_token_transfers",
)
}}

select *
from {{ ref('fact_celo_token_transfers') }}

0 comments on commit 79e6e73

Please sign in to comment.