mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 14:36:43 +00:00
parent
c0d8a2802d
commit
91e5ebbebf
@ -4,4 +4,4 @@ dbt_run_non_core,"17 * * * *"
|
||||
dbt_run_streamline_blocks_txcount_realtime,"24,54 * * * *"
|
||||
dbt_run_streamline_transactions_realtime,"29,59 * * * *"
|
||||
dbt_test_tasks,"5,35 * * * *"
|
||||
dbt_run_streamline_evm_chainhead,"9,39 * * * *"
|
||||
dbt_run_streamline_evm_chainhead,"9,24,39,54 * * * *"
|
||||
|
@ -4,9 +4,9 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"evm_traces",
|
||||
"sql_limit" :"12000",
|
||||
"producer_batch_size" :"12000",
|
||||
"worker_batch_size" :"800",
|
||||
"sql_limit" :"6000",
|
||||
"producer_batch_size" :"6000",
|
||||
"worker_batch_size" :"600",
|
||||
"sql_source" :"{{this.identifier}}",
|
||||
"exploded_key": tojson(["result"]) }
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user