-
Notifications
You must be signed in to change notification settings - Fork 690
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
[FlyteCtl] Create LaunchPlan #392
Comments
@pmahindrakar-oss can you take a look at this? We also need a way to get details of a specific workflow + version and task + version |
This is supported through register command where you can specify an archive or folder of serialized protobuf files of launchplans, tasks and workflows. Also we support get on these entities for specific identity which includes project domain name and version of the entity |
* Always register the metadata endpoint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Rename Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Using released flyteidl Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Initialize authz metadata server Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
…eorg#390)" (flyteorg#392) This reverts commit 46db242.
## [0.52.1](http://github.com/lyft/flyteconsole/compare/v0.52.0...v0.52.1) (2022-04-15) ### Reverts * Revert "chore: remove redundant docker build on merge to master (flyteorg#390)" (flyteorg#392) ([fb564f3](http://github.com/lyft/flyteconsole/commit/fb564f33c490859ecb7b2cfb4c3a6a6294de3530)), closes [flyteorg#390](http://github.com/lyft/flyteconsole/issues/390) [flyteorg#392](http://github.com/lyft/flyteconsole/issues/392)
Has there been any update on this? We would also benefit from such a command which can create launch plans during registration without having to package the launchplans. |
Would you be open to contributing? |
* Always register the metadata endpoint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Rename Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Using released flyteidl Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Initialize authz metadata server Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
* Generate rust protobuf using buf Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Commit generated rust code Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
* Generate rust protobuf using buf Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Commit generated rust code Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com> Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Signed-off-by: Kevin Su <pingsutw@apache.org>
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! 🙏 |
* Generate rust protobuf using buf Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> * Commit generated rust code Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> --------- Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com> Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
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. |
Flytectl should support creating new launchplans directly - probably using a yaml or on commandline
This is because it is possible to create launchplans that are not created in the SDK
The text was updated successfully, but these errors were encountered: