SIENTIAPDE-994
Refactor activity preparation methods and update Docker configuration for simulator
This commit is contained in:
@@ -50,5 +50,5 @@ class Activities(Postgres, MLFlow, Gates, OPC):
|
||||
notification_handler=notification_handler)
|
||||
|
||||
@activity.defn(name="prepare_activity")
|
||||
async def prepare_activity(self, schedule_name: str, model_name: str, model_id: str):
|
||||
await super().prepare_activity(schedule_name, model_name, model_id)
|
||||
def prepare_activity(self, input_data: dict[str, Any]):
|
||||
super().prepare_activity(input_data)
|
||||
|
||||
Reference in New Issue
Block a user