DATA_TOLERANCE_EXCEPTION when updating spice

Good afternoon,

I have a spice that I’m unable to refresh. The error is

DATA_TOLERANCE_EXCEPTION

As you can see there is no file to dowload and I’m not able to understand the reason.

Reading on old posts, I found someone who suggest the reason to be a data missmatch between original data and datasource data.

Would you be so kind to give suggest me a method to find the reason?

Thanks

Enrico

Hi @egobbo

Are there any calculated fields in the dataset that reference fields you’re trying to change?

Data mismatches, such as schema changes in the source (e.g., new columns, type shifts like string to decimal), invalid values (nulls, overflows), or calculated fields failing (e.g., division by zero, incompatible types in ifelse) can trigger this.

DATA_TOLERANCE_EXCEPTION: There are too many invalid rows. Amazon QuickSight has reached the quota of rows it can skip and still continue ingesting. Check your data and try again.