-
Notifications
You must be signed in to change notification settings - Fork 63
Conversation
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #565 +/- ##
==========================================
+ Coverage 58.51% 60.13% +1.62%
==========================================
Files 168 168
Lines 16174 13285 -2889
==========================================
- Hits 9464 7989 -1475
+ Misses 5871 4454 -1417
- Partials 839 842 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Yee Hing Tong <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment, otherwise, LGTM.
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
…n into tiny-url-improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dataproxy/service.go
Outdated
return nil, errors.NewFlyteAdminErrorf(codes.InvalidArgument, "failed to validate resolve artifact request. Error: %v", err) | ||
} | ||
|
||
executions, err := common.ParseFlyteURLToExecution(req.GetFlyteUrl()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: why is this in the plural?
Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
TL;DR
This adds the ability to return an individual input or output in the flyte url, e.g.
There's currently no mechanism by which these URLs can be returned to the frontend however. This can be worked on separately.
Type
Are all requirements met?
Complete description
Tracking Issue
NA