Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jun 18, 2024
1 parent 6348146 commit 0c9ee8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
file_format = 'delta',
incremental_strategy = 'merge',
unique_key='contract_address'
)
}}
WITH vasa_contracts as (
SELECT distinct
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ config(

schema = 'nft_ethereum',
alias = 'aggregators_markers',
materialized = 'incremental',
file_format = 'delta',
incremental_strategy = 'merge',
unique_key='hash_marker'
)
}}

WITH reservoir AS (
Expand Down

0 comments on commit 0c9ee8d

Please sign in to comment.