From b95cc8ddd58d7a32f9a00278489f38d3b8a3d7de Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 7 Jul 2025 10:56:30 -0300 Subject: [PATCH] SIENTIAPDE-1110 Update CoreScouter workflow to include store_data_package method in the main execution flow, enhancing data handling capabilities. --- scouter/worker/worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scouter/worker/worker.py b/scouter/worker/worker.py index d0e4fdd..7f43896 100644 --- a/scouter/worker/worker.py +++ b/scouter/worker/worker.py @@ -75,6 +75,7 @@ async def main(): activities.aggregate_data, activities.group_and_hold_data, activities.export_data_to_postgres, + activities.store_data_package ] ), Worker(