feat(cli): add version info to ado get operators #785
feat(cli): add version info to ado get operators #785AlessandroPomponio wants to merge 4 commits intomainfrom
Conversation
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
|
@michael-johnston I left the version of |
michael-johnston
left a comment
There was a problem hiding this comment.
Need to make sure for RandomWalk and RayTune that the method used for the version in the function is the same as they use in CLASS.operatorIdentifer.
RayTune change here does not match.
It may be worth going one step further here and adding a version method to the class and use that - so at least we don't have two different places deciding what the version is.
|
I think the other problematic aspect is that if you get operatorIdentifier from an operation then ado get operator $OPERATOR_IDENTIFIER --details fails. I think ado get operator should check against both basename and identifier. |
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
I see - at the same time it feels like the we should have everything behave the same |
|
Checks Summary Last run: 2026-04-07T08:47:12.667Z Code Risk Analyzer vulnerability scan found 5 vulnerabilities:
|
Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
|
If we have identifier mean the "name" of the operator (ray_tune etc.) then where will we put the version info? |
I think we should have a different field, called |
Resolves #778