mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 16:16:47 +00:00
Switch block tx counts back to solscan (#774)
* switch back to solscan blocks * add comment
This commit is contained in:
parent
6dd339c802
commit
55220d5458
@ -40,8 +40,6 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
# TODO: Replace w/ solscan blocks once we have credits again
|
||||
# dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__solscan_blocks
|
||||
run: |
|
||||
dbt run -s silver___blocks_tx_count
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__helius_blocks
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS": True}' -s streamline__solscan_blocks
|
||||
|
||||
@ -20,6 +20,7 @@ WITH solscan_blocks AS (
|
||||
)
|
||||
{% endif %}
|
||||
),
|
||||
/* This is used as a backup for when there are issues with solscan raw data pipeline */
|
||||
helius_blocks AS (
|
||||
SELECT
|
||||
block_id,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user