modified exploded_key

This commit is contained in:
Mike Stepanovic 2025-03-07 11:42:03 -07:00
parent 852debc9d8
commit 1784b9d622

View File

@ -8,7 +8,7 @@
"producer_batch_size" :"5000", "producer_batch_size" :"5000",
"worker_batch_size" :"5000", "worker_batch_size" :"5000",
"sql_source" :"{{this.identifier}}", "sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]), "exploded_key": tojson(["data"]),
"order_by_column": "block_number" } "order_by_column": "block_number" }
), ),
tags = ['streamline_core_realtime'] tags = ['streamline_core_realtime']