update realtime temp (#41)

This commit is contained in:
tarikceric 2025-01-10 07:50:07 -08:00 committed by GitHub
parent 1a7fd3b72e
commit cf698acc5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"block_txs",
"sql_limit" :"100000",
"producer_batch_size" :"100000",
"worker_batch_size" :"20000",
"sql_limit" :"200000",
"producer_batch_size" :"200000",
"worker_batch_size" :"2000",
"sql_source" :"{{this.identifier}}",
"order_by_column": "block_id",
"exploded_key": tojson(["result.transactions"]) }