5k sql limit

This commit is contained in:
Eric Laurello 2024-06-03 16:17:53 -04:00
parent a7d2b3c4d2
commit 5cc391b1c1
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"blocks_v2",
"sql_limit" :"1000",
"sql_limit" :"5000",
"producer_batch_size" :"20",
"worker_batch_size" :"10",
"sql_source" :"{{this.identifier}}" }

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"1000",
"sql_limit" :"5000",
"producer_batch_size" :"20",
"worker_batch_size" :"10",
"exploded_key": "[\"result.txs\"]",

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"txcount_v2",
"sql_limit" :"1000",
"sql_limit" :"5000",
"producer_batch_size" :"20",
"worker_batch_size" :"10",
"sql_source" :"{{this.identifier}}" }