-
Notifications
You must be signed in to change notification settings - Fork 260
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 Metadata Explorer OMVS and external identifiers to Automated Curation OMVS #8505
Conversation
…tion OMVS Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@@ -1566,7 +1571,7 @@ | |||
int startingEnd, | |||
int startFrom, | |||
int pageSize, | |||
EffectiveTimeRequestBody requestBody) | |||
ResultsRequestBody requestBody) |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @throws PropertyServerException there is a problem accessing the metadata store | ||
*/ | ||
@Override | ||
public List<OpenMetadataRelationship> getRelationshipHistory(String userId, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
MetadataElementInterface.createMetadataElementInStore
boolean forDuplicateProcessing, | ||
long effectiveTime) | ||
public OpenMetadataRelationshipResponse getRelationshipByGUID(String serverName, | ||
String serviceURLMarker, |
Check notice
Code scanning / CodeQL
Useless parameter Note
String serviceURLMarker, | ||
String userId, | ||
String relationshipGUID, | ||
boolean forLineage, |
Check notice
Code scanning / CodeQL
Useless parameter Note
String userId, | ||
String relationshipGUID, | ||
boolean forLineage, | ||
boolean forDuplicateProcessing, |
Check notice
Code scanning / CodeQL
Useless parameter Note
Description
This PR includes a number of changes:
Related Issue(s)
One of the FVTs from Governance Server OMVS that manages deduplication is no longer working - it is commented out and will be addressed in a future PR.
Testing
Basic regression test. The aim is to make the new OMVS function available to allow the pyegeria functions to be built. The real testing will happen through pyegeria.
Release Notes & Documentation
Descriptions of Metadata Explorer OMVS are in place. Wrok still needs to be don on the external identifiers documentation for Automated Curation OMVS.
Additional notes
None