Switch block tx counts back to solscan (#774)

* switch back to solscan blocks

* add comment
This commit is contained in:
desmond-hui 2025-01-21 09:21:27 -08:00 committed by GitHub
parent 6dd339c802
commit 55220d5458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

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

View File

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