Describe Ingestion shows RowsDropped as 1 but RowsIngested are same as TotalRowsInDataset

I did describe-ingestion on one of ingestion. In response i got RowsDropped as 1 but my RowsIngested are same as TotalRowsInDataset. I am not getting if TotalRowsInDataset and RowsIngested are same then how can RowsDropped be 1. ErrorInfo is empty.

image

Any suggestion what could be the cause here

Hi @Saurabh,
As it looks like you did a full refresh, that’s why your TotalRows and RowsIngested would be the same. If you were doing an incremental one, your rows ingested may differ from TotalRows.
As for why a row would have been dropped, that’s odd as that would normally affect the RowsIngested. Did you notice information got removed or are you receiving errors anywhere else?

Hi @Saurabh, did this solution work for you? I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the Quick Sight Community!

No there were no errors anywhere. Still I feel this is wrong that RowsIngested = TotalRowsInDataset but still it shows RowsDropped = 1

Hi @Saurabh,
Agreed that is a bit odd but nice to hear you’re not receiving any errors. I would suggest creating a support ticket to document this situation.

Thank you!