-
Notifications
You must be signed in to change notification settings - Fork 672
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
feat: add support for seedProjects with descriptions via seedProjectsWithDetails #5864
feat: add support for seedProjects with descriptions via seedProjectsWithDetails #5864
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5864 +/- ##
==========================================
+ Coverage 36.82% 36.84% +0.02%
==========================================
Files 1309 1309
Lines 130938 130967 +29
==========================================
+ Hits 48220 48258 +38
+ Misses 78534 78525 -9
Partials 4184 4184
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
47bef33
to
ed79c68
Compare
…WithDetails Signed-off-by: terryhung <[email protected]>
Signed-off-by: terry.hung <[email protected]>
Signed-off-by: terry.hung <[email protected]>
Signed-off-by: terry.hung <[email protected]>
ed79c68
to
ea2e834
Compare
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.
Could you add examples of how to use the feature you add? Thank you!
…orjects-in-config Signed-off-by: terry.hung <[email protected]>
Congrats on merging your first pull request! 🎉 |
Tracking issue
Closes #3742
Why are the changes needed?
The changes introduce the ability to specify both a name and a description for seed projects using
seedProjectsWithDetails
. This enhancement improves flexibility by allowing users to provide additional context when defining seed projects, making managing and tracking seed projects in Flyte easier.What changes were proposed in this pull request?
This pull request adds support for defining seed projects with descriptions through a new field, seedProjectsWithDetails.
How was this patch tested?
Unit tested.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link