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

Enable framework serivces in Asset Manager OMAS #7308

Merged
merged 4 commits into from
Jan 7, 2023

Conversation

mandy-chessell
Copy link
Contributor

Signed-off-by: Mandy Chessell mandy.e.chessell@gmail.com

Description

This PR:

  • enables the framework services in the Java client of Asset Manager OMAS (server side is already enabled in all OMASs).
  • extends the context in Catalog Integrator OMIS that uses this extension to expose 3 new services:
    * Support for creating connectors
    * Support for the open metadata store
    * Support for the open metadata governance function such as managing metadata valid values, translations and creating incident reports.

This fix is the first time that the open metadata store has been used in an OMIS. It needed to be extended to allow the maintenance of metadata from external metadata collections.

Related Issue(s)

None

Testing

Build, UT, FVT

Release Notes & Documentation

Asset Manager OMAS and Catalog Integrator OMIS documentation needs extending to acknowledge this extra support.

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell requested review from dwolfson and removed request for planetf1 January 7, 2023 12:50
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell merged commit b6b6f0f into odpi:main Jan 7, 2023
Objects.equals(properties, that.properties) &&
Objects.equals(templateGUID, that.templateGUID);
return Objects.equals(typeName, that.typeName) && initialStatus == that.initialStatus &&
Objects.equals(effectiveFrom, that.effectiveFrom) && Objects.equals(effectiveTo, that.effectiveTo) &&
Copy link
Contributor

Choose a reason for hiding this comment

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

3% of developers fix this issue

💬 2 similar findings have been found in this PR


UndefinedEquals: Date does not have well-defined equals behavior.


🔎 Expand here to view all instances of this finding
File Path Line Number
open-metadata-implementation/framework-services/gaf-metadata-management/gaf-metadata-api/src/main/java/org/odpi/openmetadata/commonservices/gaf/rest/NewMetadataElementRequestBody.java 268
open-metadata-implementation/framework-services/gaf-metadata-management/gaf-metadata-api/src/main/java/org/odpi/openmetadata/commonservices/gaf/rest/NewMetadataElementRequestBody.java 266

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

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.

1 participant