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

Allow to skip validation on bulkSave #15156

Open
2 tasks done
viganll opened this issue Jan 3, 2025 · 0 comments · May be fixed by #15161
Open
2 tasks done

Allow to skip validation on bulkSave #15156

viganll opened this issue Jan 3, 2025 · 0 comments · May be fixed by #15161
Labels
enhancement This issue is a user-facing general improvement that doesn't fix a bug or add a new feature new feature This change adds new functionality, like a new method or class

Comments

@viganll
Copy link

viganll commented Jan 3, 2025

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

Currently, the api doesn't offer the functionality to skip the schema validation when doing bulk save. The bulk write api already allows to skip the validation.

Motivation

No response

Example

User.bulkSave(users, { skipValidation: true })

@viganll viganll added enhancement This issue is a user-facing general improvement that doesn't fix a bug or add a new feature new feature This change adds new functionality, like a new method or class labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a user-facing general improvement that doesn't fix a bug or add a new feature new feature This change adds new functionality, like a new method or class
Projects
None yet
1 participant