tx bump down

This commit is contained in:
Eric Laurello 2025-07-10 11:32:03 -04:00
parent c12ed01334
commit 637b0d7172

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"200000",
"producer_batch_size" :"200000",
"worker_batch_size" :"100000",
"sql_limit" :"150000",
"producer_batch_size" :"150000",
"worker_batch_size" :"75000",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',
"order_by_column": "checkpoint_number" }