-
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(change-event): add change events for DataProcessInstanceRunEvent #6320
Merged
aditya-radhakrishnan
merged 3 commits into
datahub-project:master
from
aditya-radhakrishnan:ar--10-31-dpi-change-event
Nov 1, 2022
Merged
feat(change-event): add change events for DataProcessInstanceRunEvent #6320
aditya-radhakrishnan
merged 3 commits into
datahub-project:master
from
aditya-radhakrishnan:ar--10-31-dpi-change-event
Nov 1, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
docs
Issues and Improvements to docs
product
PR or Issue related to the DataHub UI/UX
labels
Oct 31, 2022
aditya-radhakrishnan
changed the title
Ar 10 31 dpi change event
feat(change-event): add change events for DataProcessInstanceRunEvent
Oct 31, 2022
jjoyce0510
reviewed
Oct 31, 2022
metadata-io/src/main/java/com/linkedin/metadata/timeline/TimelineServiceImpl.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...ava/com/linkedin/metadata/timeline/eventgenerator/AssertionRunEventChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...ava/com/linkedin/metadata/timeline/eventgenerator/AssertionRunEventChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...nkedin/metadata/timeline/eventgenerator/DataProcessInstanceRunEventChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...nkedin/metadata/timeline/eventgenerator/DataProcessInstanceRunEventChangeEventGenerator.java
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...nkedin/metadata/timeline/eventgenerator/DataProcessInstanceRunEventChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
paramsMap.put(DATA_JOB_URN_KEY, parentTemplateUrn.toString()); | ||
} | ||
} | ||
return paramsMap; |
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.
Overall the event LGTM!
jjoyce0510
reviewed
Oct 31, 2022
.../src/main/java/com/linkedin/metadata/timeline/eventgenerator/EntityChangeEventGenerator.java
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
.../src/main/java/com/linkedin/metadata/timeline/eventgenerator/EntityChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...in/java/com/linkedin/metadata/timeline/eventgenerator/EntityChangeEventGeneratorFactory.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
.../src/main/java/com/linkedin/metadata/timeline/eventgenerator/EntityChangeEventGenerator.java
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...c/main/java/com/linkedin/metadata/timeline/eventgenerator/EntityKeyChangeEventGenerator.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...mer/src/main/java/com/linkedin/metadata/kafka/hook/event/EntityChangeEventGeneratorHook.java
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...mer/src/main/java/com/linkedin/metadata/kafka/hook/event/EntityChangeEventGeneratorHook.java
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
.../mae-consumer/src/test/java/com/linkedin/metadata/kafka/hook/event/PlatformEventMatcher.java
Show resolved
Hide resolved
jjoyce0510
reviewed
Oct 31, 2022
...c/main/java/com/linkedin/gms/factory/timeline/EntityChangeEventGeneratorRegistryFactory.java
Show resolved
Hide resolved
Build and test is failing, but great PR. A few minor comments then we are good to go! |
aditya-radhakrishnan
force-pushed
the
ar--10-31-dpi-change-event
branch
from
November 1, 2022 03:48
f662410
to
e220930
Compare
aditya-radhakrishnan
force-pushed
the
ar--10-31-dpi-change-event
branch
from
November 1, 2022 04:36
e220930
to
05a1c74
Compare
jjoyce0510
approved these changes
Nov 1, 2022
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.
Ship it!
cccs-tom
pushed a commit
to CybercentreCanada/datahub
that referenced
this pull request
Nov 18, 2022
…enerators (datahub-project#6320) * refactor(change-events): refactor AspectDiffers to EntityChangeEventGenerators * feat(change-event): add change events for AssertionRunEvent * feat(change-event): add change events for DataProcessInstanceRunEvent
cccs-tom
pushed a commit
to CybercentreCanada/datahub
that referenced
this pull request
Nov 18, 2022
…enerators (datahub-project#6320) * refactor(change-events): refactor AspectDiffers to EntityChangeEventGenerators * feat(change-event): add change events for AssertionRunEvent * feat(change-event): add change events for DataProcessInstanceRunEvent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist