mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:26:52 +00:00
11 lines
266 B
SQL
11 lines
266 B
SQL
-- TODO - v2 naming?
|
|
{{ config (
|
|
materialized = 'view',
|
|
tags = ['streamline_helper']
|
|
) }}
|
|
|
|
{{ streamline_external_table_FR_query_v2(
|
|
model = "blocks_v2",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )"
|
|
) }}
|