mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
* init evm testnet models * upd sources.yml * fix _missing_receipts ref * set min block * upd dev streamline resources * gha and rename schema to jut testnet * fix refs * fix refs 2 * tests * rm space --------- Co-authored-by: Austin <austin@flipsidecrypto.com>
9 lines
220 B
SQL
9 lines
220 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
|
|
{{ streamline_external_table_FR_query_v2(
|
|
model = "evm_testnet_blocks",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )"
|
|
) }}
|