-
Notifications
You must be signed in to change notification settings - Fork 688
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
[BUG] Better error msg when re-registering an identical node in a workflow #535
Comments
Is this bug still active? |
@kumare3 wow this old, not sure! can we try repro-ing? |
I do not follow the steps |
@jahagaley do you recall? |
…he future (flyteorg#535) Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
…he future (flyteorg#535) Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Describe the bug
Currently if a user programmatically re-adds an existing node to a workflow, the reported error message isn't particularly clear:
flytekit.common.exceptions.user.FlyteAssertion: Some nodes contained in the workflow were not found in the workflow description. Please ensure all nodes are either assigned to attributes within the class or an element in a list, dict, or tuple which is stored as an attribute in the class.
Expected behavior
It should be apparent what the underlying issue is
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: