-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add a flag to disable default launch plan generation #170
Conversation
PTAL @wild-endeavor |
@@ -2,4 +2,4 @@ | |||
|
|||
import flytekit.plugins # noqa: F401 | |||
|
|||
__version__ = "0.12.4" | |||
__version__ = "0.12.5" |
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 question, do we have to change the version every change?
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.
yes
* Add a flag to disable default launch plan generation * Bump version * lint * typo * lint
Looks like this feature is gone. Is there a replacement? Thanks. We do |
TL;DR
Adds a flag to control whether a default launchplan should be generated for the workflow at registration time. The default behavior is to do so.
E.g.
Type
Are all requirements met?
Tracking Issue
flyteorg/flyte#462