-
Notifications
You must be signed in to change notification settings - Fork 3k
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(businessAttribute): generate platform events on association/removal with schemaField #12224
feat(businessAttribute): generate platform events on association/removal with schemaField #12224
Conversation
@@ -0,0 +1,98 @@ | |||
package com.linkedin.metadata.timeline.eventgenerator; |
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.
This class requires some test coverage.
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.
@david-leifker added
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.
Thanks! The changes here look good to me. The only request is to add some unit tests around the new BusinessAttributesChangeEventGenerator
class.
…val of businessattributes with schemaField
715d0bd
to
05673f1
Compare
e7139f6
to
16a9900
Compare
6b6d820
into
datahub-project:master
…val with schemaField (datahub-project#12224)
Checklist