-
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 support for new server-properties admin command #7968
Conversation
Signed-off-by: Mandy Chessell <[email protected]>
Signed-off-by: Mandy Chessell <[email protected]>
Signed-off-by: Mandy Chessell <[email protected]>
*/ | ||
|
||
|
||
String assetQualityEngineGUID = this.getAssetQualityEngine(); |
Check notice
Code scanning / CodeQL
Unread local variable Note
* @param deployer identifier of the deployer | ||
* @param deploymentStatus status of the deployment | ||
*/ | ||
public void addDeployedOnRelationship(String deployedElementQName, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
SimpleCatalogArchiveHelper.addDeployedOnRelationship
/** | ||
* Add the content to the archive builder. | ||
*/ | ||
public void getArchiveContent() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
CocoBaseArchiveWriter.getArchiveContent
/** | ||
* Add the content to the archive builder. | ||
*/ | ||
public void getArchiveContent() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
CocoBaseArchiveWriter.getArchiveContent
/** | ||
* Add the content to the archive builder. | ||
*/ | ||
public void getArchiveContent() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
CocoBaseArchiveWriter.getArchiveContent
...adata/adapters/connectors/integration/openlineage/FileBasedOpenLineageLogStoreConnector.java
Dismissed
Show dismissed
Hide dismissed
handler.attachConsistentValidValues(userId, | ||
null, | ||
null, | ||
element1.getGUID(), |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
element1
this
null, | ||
null, | ||
element1.getGUID(), | ||
element2.getGUID(), |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null Warning
element2
this
return isDeprecated == that.isDeprecated && | ||
isCaseSensitive == isCaseSensitive && |
Check failure
Code scanning / CodeQL
Comparison of identical values Error
String propertyName2, | ||
String mapName2, | ||
String preferredValue2, | ||
NullRequestBody requestBody) |
Check notice
Code scanning / CodeQL
Useless parameter Note
Description
This PR is primarily to push support for a new administration command that allows the following properties to be set in a single command:
Related Issue(s)
None
Testing
Simple regression testing
Release Notes & Documentation
Related changes in progress in egeria-docs
Additional notes
This PR also includes some of the base work to allow the valid values (and valid metadata values support built on top) to supply reference data about files to integration connectors that are cataloguing files on a file system.