This commit is contained in:
Eric Laurello 2024-06-03 20:16:09 -04:00
parent 28b9f3b818
commit ee808226a2

View File

@ -5,8 +5,8 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"5000",
"producer_batch_size" :"20",
"worker_batch_size" :"10",
"producer_batch_size" :"40",
"worker_batch_size" :"20",
"exploded_key": "[\"result.txs\"]",
"sql_source" :"{{this.identifier}}" }
)