Skip to content

Commit

Permalink
chore: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Jun 26, 2024
1 parent 27123f2 commit f0b32c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions models/contacts/person.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
config(
materialized = 'incremental',
unique_key='uuid',
indexes=[
{'columns': ['uuid'], 'type': 'hash'},
{'columns': ['"@timestamp"']},
]
on_schema_change='fail'
)
}}

Expand Down

0 comments on commit f0b32c1

Please sign in to comment.