10 workers

This commit is contained in:
Eric Laurello 2025-07-14 09:36:13 -04:00
parent 84a036bef3
commit dbf47663d4

View File

@ -5,9 +5,9 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"450000",
"producer_batch_size" :"100000",
"producer_batch_size" :"50000",
"worker_batch_size" :"5000",
"async_concurrent_requests" :"10",
"async_concurrent_requests" :"20",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',
"order_by_column": "checkpoint_number DESC" }