100K -> 1M

This commit is contained in:
Eric Laurello 2024-05-29 11:04:30 -04:00
parent e3d0d0f59d
commit ec8486a9ad

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" :"100000",
"sql_limit" :"1000000",
"producer_batch_size" :"10000",
"worker_batch_size" :"1000",
"sql_source" :"{{this.identifier}}" }