This commit is contained in:
Eric Laurello 2025-07-11 14:58:22 -04:00
parent d7cf7814ee
commit 2a8fb64df6
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"checkpoints",
"sql_limit" :"30000",
"producer_batch_size" :"30000",
"worker_batch_size" :"30000",
"sql_limit" :"35000",
"producer_batch_size" :"35000",
"worker_batch_size" :"35000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "checkpoint_number DESC" }
),

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"15000",
"producer_batch_size" :"15000",
"worker_batch_size" :"7500",
"sql_limit" :"18000",
"producer_batch_size" :"18000",
"worker_batch_size" :"9000",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',
"order_by_column": "checkpoint_number DESC" }