cosmos-models/models/bronze/bronze__streamline_transactions.sql
eric-laurello 8181586da5
AN-4842 SL 2.0 (#55)
* SL 2.0

* prod endpoints
2024-05-29 10:09:14 -04:00

9 lines
233 B
SQL

{{ config (
materialized = 'view',
tags = ['core']
) }}
{{ streamline_external_table_query_v2(
model = "transactions_v2",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER)"
) }}