-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP 400 returned when attempting to retrieve data for NodeExecution child of a Dynamic Task #51
Comments
This has been fixed |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
In cases where the abort call fails, we should still call finalize as this is the intended behavior of the finalize construct.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* sync with release * upd to 0.17.22
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
…eorg#51) * [AWS Array] Use flytek8s logic to compute resource requirements * Fix test * fix unit tests
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
In cases where the abort call fails, we should still call finalize as this is the intended behavior of the finalize construct.
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
…eorg#51) * [AWS Array] Use flytek8s logic to compute resource requirements * Fix test * fix unit tests
eapolinario
pushed a commit
that referenced
this issue
Sep 8, 2023
* sync with release * upd to 0.17.22
eapolinario
pushed a commit
that referenced
this issue
Sep 12, 2023
* Added end2end test Signed-off-by: Yuvraj <[email protected]>
eapolinario
added a commit
that referenced
this issue
Sep 12, 2023
* Revert "Added end2end test agaist latest 2 release (#51)" This reverts commit 2b5fb6f. Signed-off-by: Eduardo Apolinario <[email protected]> * make end2end_execute Signed-off-by: Eduardo Apolinario <[email protected]> * small fix Signed-off-by: Yuvraj <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]> Co-authored-by: Yuvraj <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 13, 2023
* sync with release * upd to 0.17.22 Signed-off-by: Eduardo Apolinario <[email protected]>
pmahindrakar-oss
pushed a commit
that referenced
this issue
Feb 5, 2024
Signed-off-by: Katrina Rogan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update:
This is a UI bug. We should not attempt to retrieve inputs if no
inputsUri
is set, and should not attempt to retrieve outputs ifclosure.outputsUri
is unset.Direct child
[https://flyte.lyft.net/api/v1/data/node_executions/flytekit/production/y9n8xi9amd/task1-b0e1be7f74-h-task-sqb5710215b84d56d6770b72f5e3cd4f797910c6e6-0-0]
Grandchild (nested subtask)
[https://flyte.lyft.net/api/v1/data/node_executions/flytekit/production/y9n8xi9amd/task1-b0e1be7f74-h-task-sqb5710215b84d56d6770b72f5e3cd4f797910c6e6-0-0-78d085b30a--sub-taskb5710215b84d56d6770b72f5e3cd4f797910c6e6-0-0]
The above URLs should both return NodeExecution data for the ids provided, but instead they return an error "invalid URI".
The text was updated successfully, but these errors were encountered: