mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 11:41:44 +00:00
8 lines
221 B
SQL
8 lines
221 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
{{ streamline_external_table_query_v2(
|
|
model = "axelscan_day_counts_gmp",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )"
|
|
) }}
|