mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 13:56:46 +00:00
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_test_scheduled / run_dbt_jobs (push) Has been cancelled
dbt_test_scheduled / notify-failure (push) Has been cancelled
dbt_run_observability_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_observability_monthly / notify-failure (push) Has been cancelled
dbt_run_observability / run_dbt_jobs (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs (push) Has been cancelled
dbt_run_udf_blockchain / run_dbt_jobs (push) Has been cancelled
dbt_run_observability / notify-failure (push) Has been cancelled
dbt_run_udf_blockchain / notify-failure (push) Has been cancelled
11 lines
304 B
SQL
11 lines
304 B
SQL
{{ config (
|
|
materialized = 'view',
|
|
enabled = false
|
|
) }}
|
|
{{ streamline_external_table_FR_query(
|
|
model = "blocks",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER)",
|
|
partition_name = "_partition_by_block_id",
|
|
unique_key = "block_number"
|
|
) }}
|