stop opensea incremental (#298)

This commit is contained in:
tarikceric 2023-05-17 11:37:46 -07:00 committed by GitHub
parent 70549e82cb
commit fe85877d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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 (

View File

@ -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: