SIENTIAPDE-1110
SIENTIAPDE-1110 Add store_data_package method to Redis activity for debug data storage functionality.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user