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

8 lines
205 B
SQL

{{ config (
materialized = 'view'
) }}
{{ streamline_external_table_query(
model = 'checkpoints',
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER)"
) }}