movement-models/models/bronze/core/bronze__transactions_FR.sql
2025-03-05 12:56:21 -07:00

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 )"
) }}