mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 13:07:00 +00:00
8 lines
213 B
SQL
8 lines
213 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
{{ streamline_external_table_FR_query_v2(
|
|
model = "transactions",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
|
) }}
|