SIENTIAPDE-1174

Refactor Scouter class to remove pod_id reference, enhancing code clarity and consistency in data handling.
This commit is contained in:
vitor-aignosi
2025-07-31 16:25:02 -03:00
parent 205810e882
commit a8222359cc

View File

@@ -37,8 +37,7 @@ class Scouter:
'model_id': input_data['model_id'],
'model_name': input_data['model_name'],
'schedule_name': input_data['schedule_name'],
'workflow_name': input_data['workflow_name'],
'pod_id': Activities.pod_id
'workflow_name': input_data['workflow_name']
}
}