batches vars

This commit is contained in:
Eric Laurello 2024-05-30 14:46:13 -04:00
parent 69b8bdfbc2
commit 104f0f9db7
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" :"100000",
"producer_batch_size" :"100000",
"producer_batch_size" :"2000",
"worker_batch_size" :"500",
"sql_source" :"{{this.identifier}}" }
)

View File

@ -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}}" }

View File

@ -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}}" }
)