adjust params

This commit is contained in:
Austin 2024-10-16 09:20:30 -04:00
parent 5f777096e5
commit 41584be629
5 changed files with 15 additions and 15 deletions

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_blocks",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"3600",
"sql_source" :"{{this.identifier}}" }
),
tags = ['streamline_testnet_realtime']

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_confirm_blocks",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"3600",
"sql_source" :"{{this.identifier}}" }
),
tags = ['streamline_testnet_realtime']

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_receipts",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"3600",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
),

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_traces",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"1800",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
),

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"testnet_transactions",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"3600",
"producer_batch_size" :"3600",
"worker_batch_size" :"3600",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result.transactions"]) }
),