mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 09:41:44 +00:00
Hotfix/reingest full parts to fix partial load (#205)
* temporarily reload larger range * check complete blocks for max partition instead of arbitrary range * use source
This commit is contained in:
parent
d4ed00c3af
commit
18b37b7384
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ logs/
|
||||
**/.DS_Store
|
||||
.vscode/
|
||||
.env
|
||||
dbt-env/
|
||||
@ -57,7 +57,7 @@ WITH pre_final AS (
|
||||
SELECT
|
||||
MAX(_partition_id)
|
||||
FROM
|
||||
{{ ref('streamline__complete_block_txs') }}
|
||||
{{ source('solana_streamline','complete_block_txs') }}
|
||||
)
|
||||
-- AND t._inserted_timestamp > (
|
||||
-- SELECT
|
||||
|
||||
@ -49,7 +49,7 @@ WITH pre_final AS (
|
||||
SELECT
|
||||
MAX(_partition_id)
|
||||
FROM
|
||||
{{ ref('streamline__complete_block_txs') }}
|
||||
{{ source('solana_streamline','complete_block_txs') }}
|
||||
)
|
||||
-- AND
|
||||
-- t._inserted_timestamp > (
|
||||
|
||||
@ -54,3 +54,7 @@ sources:
|
||||
tables:
|
||||
- name: nft_sales_solport
|
||||
- name: nft_sales_magic_eden_v1
|
||||
- name: solana_streamline
|
||||
schema: streamline
|
||||
tables:
|
||||
- name: complete_block_txs
|
||||
Loading…
Reference in New Issue
Block a user