near-models/models/bronze/bronze__nearblocks_ft_metadata.sql
2025-03-04 17:14:16 -07:00

10 lines
258 B
SQL

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