10K -->500

This commit is contained in:
Eric Laurello 2024-11-20 22:42:23 -05:00
parent 8aaa0b4ea9
commit db962af084
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_rest_api',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"axelscan_searchgmp",
"sql_limit" :"10000",
"sql_limit" :"500",
"producer_batch_size" :"500",
"worker_batch_size" :"500",
"sql_source" :"{{this.identifier}}",

View File

@ -4,7 +4,7 @@
func = 'streamline.udf_rest_api',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"axelscan_searchtransfers",
"sql_limit" :"10000",
"sql_limit" :"500",
"producer_batch_size" :"500",
"worker_batch_size" :"500",
"sql_source" :"{{this.identifier}}",