mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 14:17:03 +00:00
fix FR
This commit is contained in:
parent
6b753a754d
commit
f5fe6525b7
@ -3,7 +3,7 @@
|
||||
tags = ['core']
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query(
|
||||
model = 'balances',
|
||||
model = 'pool_balances',
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER)",
|
||||
partition_name = "_partition_by_block_id",
|
||||
unique_key = 'block_number'
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
materialized = 'view'
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query_v2(
|
||||
model = "balances_v2",
|
||||
model = "pool_balances_v2",
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
||||
) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user