sui-models/models/bronze/bronze__transactions_FR.sql
2025-07-08 14:01:06 -04:00

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