-
Notifications
You must be signed in to change notification settings - Fork 670
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
[Feature] Set launch plan active should accept a named entity rather than identifier #506
Comments
…rg#506) Signed-off-by: Dan Rammer <[email protected]> Signed-off-by: Dan Rammer <[email protected]>
…eorg#538) * Fixed undefined task input types access in NodeExecutionActions Issue occurred due to race condition while loading data, indentical fix applies as for flyteorg#506 Signed-off-by: Nick Müller <[email protected]> * fix: cannot read properties of undefined (flyteorg#506) fix: nullref Signed-off-by: Carina Ursu <[email protected]> Co-authored-by: Carina Ursu <[email protected]> (cherry picked from commit d38b98b2d68700415224ad6c621d79e928fded01) Signed-off-by: Nick Müller <[email protected]> Co-authored-by: Carina Ursu <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
…rg#506) Signed-off-by: Dan Rammer <[email protected]> Signed-off-by: Dan Rammer <[email protected]>
Signed-off-by: Yee Hing Tong <[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. |
Motivation: Why do you think this is important?
As of now, the only field that can change in a LaunchPlanUpdateRequest is the launch plan state. At most one launch plan named entity, that is launch plans sharing a project, domain and name can ever be made active. Therefore, deactivating a launch plan is to set all launch plans for a named entity inactive.
Goal: What should the final outcome look like, ideally?
It should be possible to disable a launch plan without specifying the version.
In the same vein, it could make sense to specify the latest launch plan version by also updating a launch plan by named entity identifier without a version.
Describe alternatives you've considered
The current approach where a full identifier is required.
Flyte component
[Optional] Propose: Link/Inline
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.
Additional context
Add any other context or screenshots about the feature request here.
Is this a blocker for you to adopt Flyte
Please let us know if this makes it impossible to adopt Flyte
The text was updated successfully, but these errors were encountered: