-
Notifications
You must be signed in to change notification settings - Fork 261
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
Conversation
Signed-off-by: Mandy Chessell <[email protected]>
BasicFilesIntegrationConnectorsAuditCode.MISSING_TEMPLATE.getMessageDefinition(connectorName, | ||
fileTemplateQualifiedName)); | ||
} | ||
auditLog.logMessage(methodName, |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
auditLog
this
* @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
DataFilesMonitorForTarget.addDataFileToCatalog
* @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
DataFilesMonitorForTarget.addDataFileViaTemplate
* @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
Description
This PR:
ObservabilityContentPack.omarchive
. This contains the nanny connectors and depends onCoreContentPack.omarchive
andPostgresContentPack
.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