mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:37:27 +00:00
* flow testnet v2 * set batch sizes * add QN node_url to sl testnet model * upd node_url in testnet rt models * add gha workflows for testnet * testnet gold models * upd tag on gold * upd tests * upd tests and set min to 280mm * upd test - rm null --------- Co-authored-by: shah <info@shahnewazkhan.ca>
9 lines
228 B
SQL
9 lines
228 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
|
|
{{ streamline_external_table_query_v2(
|
|
model = 'testnet_transaction_results_v2',
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER)"
|
|
) }}
|