Skip to content

Commit

Permalink
Merge pull request #8627 from mandy-chessell/oak2025
Browse files Browse the repository at this point in the history
Remove GovernanceDomainDescriptions
  • Loading branch information
mandy-chessell authored Feb 11, 2025
2 parents 2b6152b + dd9650f commit b187ec0
Show file tree
Hide file tree
Showing 66 changed files with 1,150 additions and 5,914 deletions.
2 changes: 1 addition & 1 deletion EgeriaContentPacksGUIDMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/APIsContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/ApacheAtlasContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/ApacheKafkaContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoBusinessSystemsArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoClinicalTrialsTemplatesArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoComboArchive.omarchive

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoGovernanceProgramArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoOrganizationArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoSustainabilityArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoTypesArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CoreContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/ObservabilityContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/OpenMetadataTypes.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/PostgresContentPack.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/UnityCatalogContentPack.omarchive

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ Content-Type: application/json
"class" : "DataFieldValuesProperties",
"defaultValue" : "Add default value here",
"sampleValues" : [ "Sample Value 1", "Sample Value 2"],
"dataPattern" : ["add data pattern here"],
"namePattern" : ["add column pattern here"]
"dataPatterns" : ["add data pattern here"],
"namePatterns" : ["add column pattern here"]
}
}

Expand Down Expand Up @@ -852,8 +852,3 @@ Content-Type: application/json
"qualifiedName" : "fred"
}
}

###
# group: Connector Types
# @name Update a connector type
GET
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ public void setElementAsDataField(String userId,
OpenMetadataType.REFERENCEABLE.typeName,
properties.getDefaultValue(),
properties.getSampleValues(),
properties.getDataPattern(),
properties.getNamePattern(),
properties.getDataPatterns(),
properties.getNamePatterns(),
forLineage,
forDuplicateProcessing,
effectiveTime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3322,8 +3322,8 @@ public void setTermAsDataField(String userId,
OpenMetadataType.GLOSSARY_TERM.typeName,
properties.getDefaultValue(),
properties.getSampleValues(),
properties.getDataPattern(),
properties.getNamePattern(),
properties.getDataPatterns(),
properties.getNamePatterns(),
forLineage,
forDuplicateProcessing,
effectiveTime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public VoidResponse setDataFieldClassification(String serverN
OpenMetadataType.REFERENCEABLE.typeName,
properties.getDefaultValue(),
properties.getSampleValues(),
properties.getDataPattern(),
properties.getNamePattern(),
properties.getDataPatterns(),
properties.getNamePatterns(),
forLineage,
forDuplicateProcessing,
requestBody.getEffectiveTime(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ private ElementProperties getElementProperties(CollectionMembershipProperties co
}

elementProperties = propertyHelper.addStringProperty(elementProperties,
OpenMetadataType.USER_DEFINED_STATUS_PROPERTY_NAME,
OpenMetadataProperty.USER_DEFINED_STATUS.name,
collectionMembershipProperties.getUserDefinedStatus());

elementProperties = propertyHelper.addIntProperty(elementProperties,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*
* <ul>
* <li>
* GovernanceDomainInterface - Describes the different focus areas of governance in the organization.
* </li>
* <li>
* GovernanceDefinitionsInterface - Supports the definition of the governance drivers, policies and controls
* that define the motivation, goals and implementation approach for the governance program.
* </li>
Expand Down
Loading

0 comments on commit b187ec0

Please sign in to comment.