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

Error when applicable schema is not found #121

Open
nitrosx opened this issue Jan 28, 2025 · 0 comments
Open

Error when applicable schema is not found #121

nitrosx opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nitrosx
Copy link
Member

nitrosx commented Jan 28, 2025

When no applicable schema is not found, the offline ingestor returns the current error:

                    ERROR    An exception occurred: not enough values to unpack (expected 3, got 1)                                       system_helpers.py:85
                    INFO     Exiting ingestor   

instead of returning the correct error

No applicable metadata schema configuration found!!"

as it is currently
code

raise Exception("No applicable metadata schema configuration found!!")

@nitrosx nitrosx added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants