-
Notifications
You must be signed in to change notification settings - Fork 464
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: adds protos for the bpmetadata schema #1493
Conversation
@bharathkkb - can you take another look? |
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.
Few nits around field names but LGTM
@bharathkkb - FYI, I implemented the change for nested types in Go as well and since this is a breaking change, I'm incrementing it to v1.0.0 |
@g-awmalik pre-1.0 breaking changes are usually okay to do in minor updates |
At this point just need these protos uploaded so we can copy them over google3 to unblock the Marketplace team. I'll be adding build steps and start refactoring the bpmetadata code later to use protos for marshaling/un-marshaling metadata later on.