SIENTIAPDE-1110

SIENTIAPDE-1110 Add store_data_package method to Redis activity for debug data storage functionality.
This commit is contained in:
vitor-aignosi
2025-07-07 10:57:52 -03:00
parent b95cc8ddd5
commit f203ff829d

View File

@@ -170,6 +170,7 @@ class Redis(RedisBase):
return data_hold_melted.to_dict() return data_hold_melted.to_dict()
@activity.defn(name="store_data_package")
async def store_data_package(self, input_data: dict[str, Any]): async def store_data_package(self, input_data: dict[str, Any]):
""" """
Stores the data package in redis. It's a debug feature and must be toggled on. Stores the data package in redis. It's a debug feature and must be toggled on.