This commit is contained in:
Eric Laurello 2024-07-29 10:32:56 -04:00
parent 5de77b6c76
commit 471fae31c8

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"6000",
"producer_batch_size" :"150",
"worker_batch_size" :"50",
"sql_limit" :"1200",
"producer_batch_size" :"60",
"worker_batch_size" :"30",
"exploded_key": "[\"result.txs\"]",
"sql_source" :"{{this.identifier}}" }
)