Fix FeatureSetJobStatus removal - #848
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pyalex The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Its not clear what problem this solves. @pyalex mind updating PR description? |
|
@mrzzy updated PR description |
|
Ok makes sense. Deletion is hard. It will cause inconsistency here. Lets assume feature sets dont get deleted completely but only marked as deleted. |
|
/lgtm |
|
/test test-end-to-end-auth |
What this PR does / why we need it:
Currently due to cascade relations from both Job and FeatureSet to FeatureSetJobStatus it's impossible to delete FeatureSetJobStatus. As a solution I propose to delete cascade on FeatureSet side because:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: