Apply model layer validations on ingestion process
With this change, the ingestion service classes are now using the `BulkInsertSafe` utility module which validates the records before executing the UPSERT queries. Some of the validations require additional DB calls like the uniqueness and presence of associated records therefore we disable them to prevent running N+1 queries.
Showing
Please register or sign in to comment