one worker

This commit is contained in:
Eric Laurello 2024-06-03 10:01:14 -04:00
parent 8ef5d2461b
commit dfff5f937d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"blocks_v2",
"sql_limit" :"10000",
"producer_batch_size" :"100",
"producer_batch_size" :"50",
"worker_batch_size" :"50",
"sql_source" :"{{this.identifier}}" }
)

View File

@ -5,7 +5,7 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"50000",
"producer_batch_size" :"100",
"producer_batch_size" :"50",
"worker_batch_size" :"50",
"exploded_key": "[\"result.txs\"]",
"sql_source" :"{{this.identifier}}" }

View File

@ -5,7 +5,7 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"txcount_v2",
"sql_limit" :"10000",
"producer_batch_size" :"100",
"producer_batch_size" :"50",
"worker_batch_size" :"50",
"sql_source" :"{{this.identifier}}" }
)