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