-
Notifications
You must be signed in to change notification settings - Fork 680
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 property bag to node metadata #6169
Conversation
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
Code Review Agent Run Status
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6169 +/- ##
==========================================
- Coverage 37.05% 37.03% -0.02%
==========================================
Files 1318 1318
Lines 132583 132594 +11
==========================================
- Hits 49122 49100 -22
- Misses 79211 79243 +32
- Partials 4250 4251 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Code Review Agent Run #812b90Actionable Suggestions - 0Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
Why are the changes needed?
This allows plugins to pass execution instructions to the backend plugin without having to introduce new protos..
What changes were proposed in this pull request?
Allow passing cluster_assignment in Workflow NodeMetadata and LaunchPlan.
How was this patch tested?
Deployed to an internal tenant and verified the bits are passed correctly.
Setup process
Screenshots
Check all the applicable boxes
Summary by Bito
This PR introduces a new config property bag in NodeMetadata enabling plugins to pass execution instructions without new proto definitions, and adds support for cluster_assignment in LaunchPlan specifications. The changes span across multiple language implementations including Go, TypeScript, Python, and Rust, enhancing the flexibility of plugin configuration and execution control.Unit tests added: False
Estimated effort to review (1-5, lower is better): 5