You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a data engineer I expect the delete data product endpoint to remove all and any available data or infrastructure, so that we can be sure that everything that can be removed, has been removed.
Value / Purpose
Currently delete data products expects there to be metadata files and glue database present else it will return. We want the endpoint to try and remove all elements even if some are missing.
Useful Contacts
Mitch Dawson
User Types
No response
Hypothesis
If we call the delete data product endpoint all associated files and or infrastructure will be removed.
Proposal
Remove check for presence of metadata and ignore EntityNotFoundException in the delete glue database function.
Additional Information
No response
Definition of Done
Example - [ ] Documentation has been written / updated
README has been updated
User docs have been updated
Another team member has reviewed
Tests are green
The text was updated successfully, but these errors were encountered:
mitchdawson1982
changed the title
[:recycle:] Refactor Delete Data Product To Ignore missing components
[♻] Refactor Delete Data Product To Ignore Missing Components
Nov 16, 2023
seanprivett
changed the title
[♻] Refactor Delete Data Product To Ignore Missing Components
Refactor Delete Data Product To Ignore Missing Components
Dec 18, 2023
User Story
As a data engineer I expect the delete data product endpoint to remove all and any available data or infrastructure, so that we can be sure that everything that can be removed, has been removed.
Value / Purpose
Currently delete data products expects there to be metadata files and glue database present else it will return. We want the endpoint to try and remove all elements even if some are missing.
Useful Contacts
Mitch Dawson
User Types
No response
Hypothesis
If we call the delete data product endpoint all associated files and or infrastructure will be removed.
Proposal
Remove check for presence of metadata and ignore EntityNotFoundException in the delete glue database function.
Additional Information
No response
Definition of Done
Example - [ ] Documentation has been written / updated
The text was updated successfully, but these errors were encountered: