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

Fix status in TargetForAction #8156

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

Fixes the engine action code to use the correct property name for status in the TargetForAction relationship.

Related Issue(s)

None

Testing

FVT

Release Notes & Documentation

This is a bug fix

Additional notes

There are also changes to the type definition implementations to use more of the OpenMetadataProperty definitions.

Signed-off-by: Mandy Chessell <[email protected]>
@mandy-chessell mandy-chessell merged commit f04e930 into odpi:main Apr 30, 2024
4 checks passed
}


private List<Classification> getClassifications(List<AttachedClassification> attachedClassifications)

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'attachedClassifications' is never used.


private Element getAnchorElement(List<AttachedClassification> classifications,
String userId,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'userId' is never used.

private Element getAnchorElement(List<AttachedClassification> classifications,
String userId,
OpenMetadataClientBase client)

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'client' is never used.
final String fileName = "{{fileName}}";
final String fileType = "{{fileType}}";
final String fileExtension = "{{fileExtension}}";
final String fileEncoding = "{{fileEncoding}}";

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String fileEncoding' is never read.
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