This commit is contained in:
Eric Laurello 2025-07-17 14:41:07 -04:00
parent 72a2cd36f4
commit 4829487c6f

View File

@ -5,9 +5,9 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions",
"sql_limit" :"500000",
"producer_batch_size" :"250000",
"producer_batch_size" :"500000",
"worker_batch_size" :"5000",
"async_concurrent_requests" :"50",
"async_concurrent_requests" :"25",
"sql_source" :"{{this.identifier}}",
'exploded_key': '["result"]',
"order_by_column": "checkpoint_number DESC" }