near-models/models/bronze/bronze__blocks.sql
Jack Forgash 777deb3722 blocks
2025-02-04 11:13:25 -07:00

11 lines
243 B
SQL

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