-
Notifications
You must be signed in to change notification settings - Fork 260
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
Sort out anchors and metadata collections for UC assets #8435
Conversation
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
* @throws UserNotAuthorizedException the governance action service is not authorized to create this type of element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public String createMetadataElementInStore(String metadataElementTypeName, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.createMetadataElementInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to create this type of element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public String getMetadataElementFromTemplate(String metadataElementTypeName, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.getMetadataElementFromTemplate
* @throws UserNotAuthorizedException the governance action service is not authorized to create this type of element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public String getMetadataElementFromTemplate(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.getMetadataElementFromTemplate
* @throws UserNotAuthorizedException the governance action service is not authorized to update this element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void updateMetadataElementInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.updateMetadataElementInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to update this element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void updateMetadataElementStatusInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.updateMetadataElementStatusInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to update this element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void updateClassificationEffectivityInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.updateClassificationEffectivityInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to create this type of relationship | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public String createRelatedElementsInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.createRelatedElementsInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to update this relationship | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void updateRelatedElementsInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.updateRelatedElementsInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to update this element | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void updateRelatedElementsEffectivityInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataStore.updateRelatedElementsEffectivityInStore
* @throws UserNotAuthorizedException the governance action service is not authorized to delete this relationship | ||
* @throws PropertyServerException there is a problem with the metadata store | ||
*/ | ||
public void deleteRelatedElementsInStore(String externalSourceGUID, |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
Description
This PR corrects a recent regression in the unity catalog connector which resulted in the anchors and metadata collections for the resulting Unity Catalog assets to be confused. This was down to 2 mistakes:
The last manual test I ran showed the server, catalog, schema, tables, functions and volumes were being catalogued correctly.