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

[FEATURE] improve UnprocessableEntityError due to mis-aligned ID UUID #5381

Closed
davidberenstein1957 opened this issue Aug 5, 2024 · 1 comment
Assignees
Milestone

Comments

@davidberenstein1957
Copy link
Member

davidberenstein1957 commented Aug 5, 2024

Is your feature request related to a problem? Please describe.

Sometimes the error messaging is a bit misleading in these cases.
https://discord.com/channels/879548962464493619/1262634844903440435
https://gist.github.com/strickvl/8745fba87162e65900080d1835dc8c70

Describe the solution you'd like

Something like shown here #5272

Describe alternatives you've considered

Additional context

NA

@burtenshaw
Copy link
Contributor

I expect that this is introduced by lazy init of records. Where Record objects in ids are not aligning with the dataset's settings id's. We could resolve this by catching these errors and trying to lookup the correct settings attribute id. Ideally with a new custom exception, and better error and warning messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants