Properly handle references to missing schema files #1096
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References to "missing" schema (which can include typos in the
schema_name
value) were not handled correctly, leading to an unhandled exception. These changes include such occurrences as invalid metadata and will include such results upon request (and not be unhandled). The custom-defined errors now derive fromException
rather thanBaseException
to accommodate this change - which is probably better anyway.Note since issue #1093 was not marked for elyra 2.x, I'm including it in master for now. These changes should easily migrate to the elyra 2.x branch when that is officially built.
Fixes #1093
Developer's Certificate of Origin 1.1