Enable error diagnostics/partial ingestion from Query Service
Hi All,
This is a follow up to my previous post . During the insert from query service, I realized there are some ill-formatted emails in my source data. This is causing a failure of the whole batch and nothing gets inserted. Using the source/direct file upload into a dataset, we can handle such scenario by enabling:
a. Error diagnostic toggle
b. Enable partial ingestion toggle
Here is my error log (from query service):
58000 Batch query execution gets : [failed reason ErrorCode: 58000 Batch query execution gets : [Errors(Some(INGEST-1211-400),Some(List()),Some(Parsing errors occurred when converting or validating the data. Please enable error diagnostics and ingest data again to preview or download an error log.))]]
How do I enable error diagnostics or is there any mechanism to enable partial ingestion from query service?
Thanks for your response!