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

Remove GovernanceDomainDescriptions #8627

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR deprecates the GovernanceDomainSet and GovernanceDomainDescription types and removed support for them from the GovernanceProgram OMAS. The reason for this change is to use the standard valid metadata values for to governance program as is ued for all other metadata. It removes unnecessary REST API operations and reduces the functions that users need to know.

Related Issue(s)

The template for an Apache Kafka Topic is no longer using the secrets store. This is because the connector does not support the secrets store. At some poit the connector needs to be updated to support the secrets store to retrieve the certificates needed to contact the kafka broker. The template can be updated at that time.

Testing

FVT

Release Notes & Documentation

The documentation has been updated to reflect this change.

Additional notes

@mandy-chessell mandy-chessell merged commit b187ec0 into odpi:main Feb 11, 2025
4 checks passed
Comment on lines +86 to +102
String validValueGUID = this.archiveHelper.addValidValue(null,
governanceDomainSetGUID,
governanceDomainSetGUID,
OpenMetadataType.VALID_VALUE_SET.typeName,
OpenMetadataType.VALID_VALUE_DEFINITION.typeName,
OpenMetadataType.VALID_VALUE_SET.typeName,
domainDefinition.getQualifiedName(),
domainDefinition.getDisplayName(),
domainDefinition.getDescription(),
domainDefinition.getCategory(),
OpenMetadataValidValues.VALID_METADATA_VALUES_USAGE,
DataType.INT.getName(),
OpenMetadataValidValues.OPEN_METADATA_ECOSYSTEM_SCOPE,
Integer.toString(domainDefinition.getDomainIdentifier()),
false,
false,
null);

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String validValueGUID' 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