Skip to content

Commit

Permalink
Fixed Metaplex Sales to be incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny77D committed Nov 25, 2024
1 parent ed2e917 commit 221ee76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/staging/metaplex/fact_metaplex_sales.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{{
config(
materialized = 'incremental',
snowflake_warehouse = 'METAPLEX'
snowflake_warehouse = 'METAPLEX',
unique_key = 'block_timestamp'
)
}}

Expand Down

0 comments on commit 221ee76

Please sign in to comment.