Skip to content
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 storage of entity proxy along with the classification operation #6039

Merged
merged 26 commits into from
Jan 25, 2022

Conversation

lcpopa
Copy link
Contributor

@lcpopa lcpopa commented Dec 16, 2021

Signed-off-by: Liviu Popa liviu-constantin.popa@ing.com

Description

Use case:

  • ols requests latest changes from al-omas which interogates igc via igc-proxy
  • igc-proxy returns latest changes to al-omas which builds the context for returned entities
  • classifying fails on returned entities because they do not exist in local repo
  • added ability to save their proxies when classifying them

PR does not contain event processing changes for classify actions.

Fixes #5836

How Has This Been Tested?

Automatic and manual on described use case. Succesfuly executed jupyter lab "Building a Data Catalog"

Any additional notes for reviewers?

Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
Copy link
Contributor

@mandy-chessell mandy-chessell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great - comments only on updating the code formatting to match the rest of OMRS.

lcpopa and others added 5 commits January 19, 2022 09:35
� Conflicts:
�	open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/graph-repository-connector/src/main/java/org/odpi/openmetadata/adapters/repositoryservices/graphrepository/repositoryconnector/GraphOMRSMetadataStore.java
Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
Signed-off-by: Liviu Popa <liviu-constantin.popa@ing.com>
@lcpopa lcpopa marked this pull request as ready for review January 20, 2022 11:36
@lcpopa lcpopa requested a review from mandy-chessell January 20, 2022 11:40
@lcpopa
Copy link
Contributor Author

lcpopa commented Jan 20, 2022

Implemented requested changes

@pmarius22 pmarius22 enabled auto-merge January 25, 2022 10:12
@lcpopa lcpopa dismissed mandy-chessell’s stale review January 25, 2022 10:18

requested changes have been implemented

@pmarius22 pmarius22 merged commit d3639d7 into odpi:master Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AnchorClassification created on get
5 participants