mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 14:26:54 +00:00
9 lines
233 B
SQL
9 lines
233 B
SQL
{{ config (
|
|
materialized = 'view',
|
|
tags = ['core']
|
|
) }}
|
|
{{ streamline_external_table_query_v2(
|
|
model = "transactions_v2",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER)"
|
|
) }}
|