reserve field in execution metadata#6174
Conversation
Signed-off-by: Troy Chiu <y.troychiu@gmail.com>
Code Review Agent Run #132c49Actionable Suggestions - 0Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6174 +/- ##
=======================================
Coverage 37.06% 37.06%
=======================================
Files 1318 1318
Lines 132638 132638
=======================================
Hits 49157 49157
Misses 79231 79231
Partials 4250 4250
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What changes were proposed in this pull request?
Reserved a field in execution metadata.
Summary by Bito
This PR updates the execution metadata protobuf definition by reserving field numbers 19-20 and adding multiple new fields including notifications, labels, security context, and various configuration options. The changes maintain backward compatibility through proper field reservations and include updates to both Python and Go generated protobuf code.Unit tests added: False
Estimated effort to review (1-5, lower is better): 2