This commit is contained in:
Eric Laurello 2025-07-11 12:13:59 -04:00
parent 1b8b924ca7
commit 27c13f3107
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" :"100000",
"producer_batch_size" :"100000",
"worker_batch_size" :"100000",
"sql_limit" :"25000",
"producer_batch_size" :"25000",
"worker_batch_size" :"25000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "checkpoint_number" }
),

View File

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