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.
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
[Saved object migrations] Collect all documents that fail to transform before stopping the migration #96986
[Saved object migrations] Collect all documents that fail to transform before stopping the migration #96986
Changes from 37 commits
db8feb8
afd4649
96c2901
b0eb13f
0b14388
8714263
1f7a389
d7ba06c
bc949bb
6dd4d89
f798053
2f109a6
e804e74
beee25e
9d7f824
738f5ae
5131c41
9b66353
b3ae792
e87d0e9
736df8c
f697729
c909b3a
d11fd0a
c3081e3
8360a1b
2a6675c
8d16852
2b31763
1765513
9f8e432
0f4c497
9bb9ec1
22a6ca3
c0f0ef6
1814c87
671b286
39f9f28
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TransformSavedObjectDocumentError
shows the problem SO, but not the source of the problem. Doesn't it? Let's refactor it to include the original error message as well.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do that in a follow up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, the original error is included in the transformation error as
originalError
.