meant to disable solport not solanart (#199)

This commit is contained in:
desmond-hui 2023-01-03 09:37:46 -08:00 committed by GitHub
parent 0cbbac264d
commit 00a2197246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -46,10 +46,7 @@ SELECT
mint,
sales_amount
FROM
{{ source(
'solana_silver',
'nft_sales_solanart'
) }}
{{ ref('silver__nft_sales_solanart') }}
UNION
SELECT
'solana monkey business marketplace',
@ -77,7 +74,10 @@ SELECT
mint,
sales_amount
FROM
{{ ref('silver__nft_sales_solport') }}
{{ source(
'solana_silver',
'nft_sales_solport'
) }}
UNION
SELECT
'opensea',

View File

@ -3,7 +3,6 @@
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

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

@ -52,5 +52,5 @@ sources:
- name: solana_silver
schema: silver
tables:
- name: nft_sales_solanart
- name: nft_sales_solport
- name: nft_sales_magic_eden_v1