axelar-models/models/bronze/axelscan/bronze__axelscan_day_counts_gmp_FR.sql
Eric Laurello df766b539a check
2024-11-05 14:44:45 -05:00

8 lines
224 B
SQL

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