-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 more broken usages of bulkCreate
#76005
Fix more broken usages of bulkCreate
#76005
Conversation
@elasticmachine merge upstream |
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.
ML changes tested, LGTM
Can someone from @elastic/kibana-core-ui review the changes to |
src/plugins/home/public/application/components/tutorial/saved_objects_installer.js
Outdated
Show resolved
Hide resolved
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
…writing a document (#76280) * Revert "Fix more broken usages of `bulkCreate` (#76005) (#76131)" This reverts commit 44a017b. * Revert "Filter saved object `version` during legacy import (#75597) (#75793)" This reverts commit 6e82885. * Revert "[7.9] [Saved objects] Add support for version on create & bulkCreate when overwriting a document (#75172) (#75498)" This reverts commit 00836e5.
Summary
Follow-on to #75597; that had to be merged first to verify that the fix worked as expected.
This PR addresses another broken usage of
bulkCreate
(#75597 (comment)), and cleans up a type definition that is used when generatingbulkCreate
args (#75597 (comment)).