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 new Asset Manager APIs to Lineage Integrator OMIS #7744

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

mandy-chessell
Copy link
Contributor

@mandy-chessell mandy-chessell commented Jun 22, 2023

Description

This PR extends the Lineage Integrator OMIS context to include new methods for creating/querying relationships between assets and creating anchored schema types.

There is also a fix to setupProcessParent which still had userId and the external source identifiers in its parameter list. The method in error has been deprecared and a new correct method has been added.

Related Issue(s)

#7692

Testing

Just build

Release Notes & Documentation

None - updates automatically appearing in Javadoc

Additional notes

None

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell mandy-chessell changed the title Add new Asset Manager APIs Add new Asset Manager APIs to Lineage Integrator OMIS Jun 22, 2023
@mandy-chessell mandy-chessell merged commit d42f53c into odpi:main Jun 22, 2023
public void setupProcessParent(String userId,
String assetManagerGUID,
String assetManagerName,
String externalSourceGUID,

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'externalSourceGUID' is never used.
String assetManagerGUID,
String assetManagerName,
String externalSourceGUID,
String externalSourceName,

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'externalSourceName' is never used.
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