smaller batch

This commit is contained in:
Eric Laurello 2025-02-18 14:32:27 -05:00
parent 3a4849cd30
commit f338c5ad05

View File

@ -5,8 +5,8 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"pool_balances_v2",
"sql_limit" :"2000",
"producer_batch_size" :"50",
"worker_batch_size" :"50",
"producer_batch_size" :"10",
"worker_batch_size" :"10",
"exploded_key": "[\"pools\"]",
"sql_source" :"{{this.identifier}}" }
)