Skip to content
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

fix: Only skip failing table data loading instead of full failure #846

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Feb 15, 2024

@enjeck mentioned that even with #842 we could still have cases where the delete failed and we are left in a kind of broken state.

This commit makes sure that we do not throw a type error but a internal one that is logged and handled gracefully and we can just skip the failing table enhancement for listing the table. This way even if a deletion failed on a previous attempt, users can still use tables, list them and delete the orphaned entry with the fix from #842

@juliusknorr juliusknorr requested review from enjeck and blizzz February 15, 2024 09:44
@juliusknorr juliusknorr added bug Something isn't working 3. to review Waiting for reviews labels Feb 15, 2024
Copy link
Contributor

@enjeck enjeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this!

@juliusknorr juliusknorr merged commit a0452b9 into main Feb 15, 2024
48 checks passed
@juliusknorr juliusknorr deleted the fix/skip-failing-table-enhancement branch February 15, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants