Open
Bug 1940055
Opened 1 month ago
Updated 22 days ago
Fix KeyPath Mismatch in Engine Store Deletion and Unify Usage with TaskStore
Categories
(Core :: Machine Learning, defect)
Core
Machine Learning
Tracking
()
ASSIGNED
People
(Reporter: atossou, Assigned: atossou, NeedInfo)
References
Details
(Whiteboard: [genai])
Deletion from the engine store is currently broken because the store uses [model, revision, file]
as the keyPath, whereas deletion attempts to use ${model}/${revision}/${file}
. This mismatch should be resolved.
Additionally, since the engine store serves similar purposes as taskStore, consider unifying their usage as part of the fix.
Updated•1 month ago
|
Comment 1•22 days ago
|
||
The severity field is not set for this bug.
:tarek, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(tziade)
You need to log in
before you can comment on or make changes to this bug.
Description
•