mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 16:16:47 +00:00
stop opensea incremental (#298)
This commit is contained in:
parent
70549e82cb
commit
fe85877d4d
@ -3,6 +3,7 @@
|
||||
unique_key = "CONCAT_WS('-', tx_id, mint)",
|
||||
incremental_strategy = 'delete+insert',
|
||||
cluster_by = ['block_timestamp::DATE'],
|
||||
enabled = false,
|
||||
) }}
|
||||
|
||||
WITH sales_inner_instructions AS (
|
||||
|
||||
@ -11,9 +11,6 @@ models:
|
||||
description: "{{ doc('block_timestamp') }}"
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 2
|
||||
- name: BLOCK_ID
|
||||
description: "{{ doc('block_id') }}"
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user