rm v1s
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
dbt_run_heal_models / run_dbt_jobs (push) Has been cancelled
dbt_run_heal_models / notify-failure (push) Has been cancelled
dbt_test_monthly / run_dbt_jobs (push) Has been cancelled
dbt_test_evm_monthly / run_dbt_jobs (push) Has been cancelled
dbt_test_evm_monthly / notify-failure (push) Has been cancelled

This commit is contained in:
Eric Laurello 2025-10-15 12:53:34 -04:00
parent b93bf41520
commit d14859fceb
4 changed files with 3 additions and 33 deletions

View File

@ -1,10 +0,0 @@
{{ config (
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
"blocks",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )",
partition_name = "_partition_by_block_id",
unique_key = "block_number"
) }}

View File

@ -1,10 +0,0 @@
{{ config (
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
model = "transactions",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )",
partition_name = "_partition_by_block_id",
unique_key = "block_number"
) }}

View File

@ -1,10 +0,0 @@
{{ config (
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
"txcount",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )",
partition_name = "_partition_by_block_id",
unique_key = "block_number"
) }}

View File

@ -40,9 +40,9 @@ sources:
schema: |
{{ "SEI_DEV" if var("STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES", False) else "SEI" }}
tables:
- name: blocks
- name: transactions
- name: txcount
# - name: blocks
# - name: transactions
# - name: txcount
- name: evm_blocks
- name: evm_transactions
- name: evm_confirm_blocks