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 connectors and content packs to default setup #8395

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR:

  • Creates a new implementation of the ContentPacksCataloguer connector that opens the archives and uses the archive header to enhance the information retrieved about the archive file.
  • Extends the create-and-survey-xxx governance action processes to write out the survey report as a markdown document in directory "surveys/survey-reports"
  • Create a new open metadata archive called ObservabilityContentPack.omarchive. This contains the nanny connectors and depends on CoreContentPack.omarchive and PostgresContentPack.

Related Issue(s)

None

Testing

Simple unit test - real test is through the egeria workspaces.

Release Notes & Documentation

The new content pack and connector need to go onto the Egeria Docs website.

Additional notes

None

@mandy-chessell mandy-chessell merged commit 255a0c2 into odpi:main Sep 23, 2024
4 checks passed
BasicFilesIntegrationConnectorsAuditCode.MISSING_TEMPLATE.getMessageDefinition(connectorName,
fileTemplateQualifiedName));
}
auditLog.logMessage(methodName,

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
auditLog
may be null at this access as suggested by
this
null guard.
* @throws PropertyServerException unable to communicate with the repository
* @throws UserNotAuthorizedException access problem for userId
*/
protected String addDataFileToCatalog(DataFileProperties properties) throws ConnectorCheckedException,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
DataFilesMonitorForTarget.addDataFileToCatalog
; it is advisable to add an Override annotation.
* @throws PropertyServerException unable to communicate with the repository
* @throws UserNotAuthorizedException access problem for userId
*/
protected String addDataFileViaTemplate(String assetTypeName,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
DataFilesMonitorForTarget.addDataFileViaTemplate
; it is advisable to add an Override annotation.
* @param configurationProperties parameters to further modify the behaviour of the connector.
* @return directory to monitor structure
*/
public DirectoryToMonitor createDirectoryToMonitor(String sourceName,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
DataFilesMonitorIntegrationConnector.createDirectoryToMonitor
; it is advisable to add an Override annotation.
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