Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-analytics committed Oct 2, 2024
1 parent 8b5e759 commit c884f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ WHERE factory IN (
0xcad776fce9c3b3db6724aeb4c7fa2f5f3c088253,
0x832faeeecfe62feeb6703cc17d354e6edcfe8e93,
0x4e1dcf7ad4e460cfd30791ccc4f9c8a4f820ec67
)
and blockchain = 'ethereum'
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized = 'incremental',
file_format = 'delta',
incremental_strategy = 'merge',
unique_key = ['day', 'address', 'token_address', 'blockchain'],
unique_key = ['day', 'address', 'token_address'],
incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.day')]
)
}}
Expand Down

0 comments on commit c884f03

Please sign in to comment.