aleo-models/models/bronze/bronze__transactions_FR.sql
Mike Stepanovic cfd0dcfe4f repo setup
2024-10-07 11:33:57 -06: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 )"
) }}