mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 19:16:53 +00:00
batches vars
This commit is contained in:
parent
69b8bdfbc2
commit
104f0f9db7
@ -5,7 +5,7 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"blocks_v2",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"100000",
|
||||
"producer_batch_size" :"2000",
|
||||
"worker_batch_size" :"500",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions_v2",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"100000",
|
||||
"producer_batch_size" :"400",
|
||||
"worker_batch_size" :"100",
|
||||
"exploded_key": tojson(["result.txs"]),
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"txcount_v2",
|
||||
"sql_limit" :"100000",
|
||||
"producer_batch_size" :"100000",
|
||||
"producer_batch_size" :"2000",
|
||||
"worker_batch_size" :"500",
|
||||
"sql_source" :"{{this.identifier}}" }
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user