This commit is contained in:
drethereum 2025-05-13 11:27:15 -06:00
parent d045238202
commit 0a89a814d7

View File

@ -1,7 +1,7 @@
{{ config (
materialized = 'view'
) }}
{{ fsc_evm.streamline_external_table_fr_query(
{{ fsc_utils.streamline_external_table_FR_query_v2(
model = "dexalot_traces",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
) }}