From ea78030cec2f179f502f862cb33ded00ddbcdb7f Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Thu, 5 Jun 2025 13:48:22 -0600 Subject: [PATCH] fixed typos in realtime configs --- .../core/streamline/realtime/streamline__blocks_realtime.sql | 2 +- .../streamline/realtime/streamline__transactions_realtime.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/main_package/core/streamline/realtime/streamline__blocks_realtime.sql b/models/main_package/core/streamline/realtime/streamline__blocks_realtime.sql index 121d885..c3226b6 100644 --- a/models/main_package/core/streamline/realtime/streamline__blocks_realtime.sql +++ b/models/main_package/core/streamline/realtime/streamline__blocks_realtime.sql @@ -53,7 +53,7 @@ LIMIT {{ vars.MAIN_SL_BLOCKS_REALTIME_SQL_LIMIT }} 'producer_batch_size': vars.MAIN_SL_BLOCKS_REALTIME_PRODUCER_BATCH_SIZE, 'worker_batch_size': vars.MAIN_SL_BLOCKS_REALTIME_WORKER_BATCH_SIZE, 'async_concurrent_requests': vars.MAIN_SL_BLOCKS_REALTIME_ASYNC_CONCURRENT_REQUESTS, - 'sql_source' : this.identifier + 'sql_source' : this.identifier, "order_by_column": "block_id" } %} diff --git a/models/main_package/core/streamline/realtime/streamline__transactions_realtime.sql b/models/main_package/core/streamline/realtime/streamline__transactions_realtime.sql index 9ef575c..92e35b9 100644 --- a/models/main_package/core/streamline/realtime/streamline__transactions_realtime.sql +++ b/models/main_package/core/streamline/realtime/streamline__transactions_realtime.sql @@ -101,7 +101,7 @@ LIMIT {{ vars.MAIN_SL_TRANSACTIONS_REALTIME_SQL_LIMIT }} 'producer_batch_size': vars.MAIN_SL_TRANSACTIONS_REALTIME_PRODUCER_BATCH_SIZE, 'worker_batch_size': vars.MAIN_SL_TRANSACTIONS_REALTIME_WORKER_BATCH_SIZE, 'async_concurrent_requests': vars.MAIN_SL_TRANSACTIONS_REALTIME_ASYNC_CONCURRENT_REQUESTS, - 'sql_source' : this.identifier + 'sql_source' : this.identifier, 'exploded_key': '["result.txs"]', "order_by_column": "block_id_requested" } %}