Skip to content

Commit

Permalink
make table a view
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Dec 12, 2024
1 parent 338fe8e commit 67642d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/projects/celo/raw/ez_celo_decoded_events.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- depends_on: {{ ref('fact_celo_decoded_events') }}
{{
config(
materialized="table",
materialized="view",
snowflake_warehouse="CELO",
database="celo",
schema="raw",

0 comments on commit 67642d8

Please sign in to comment.