Import Failure - Too Many Tries after 1st attempt

Not sure why. Tried to import data from CSV and was given an error message for “too many tries” though it was the second attempt.

Was adding data to existing table to a new column

Error - 2bf57958-edbb-4b41-ab90-d2ded9528c73

Hello @ktliburd, the actual error is a PK constraint forbidding our ingestor from importing the file, see the error message below:

duplicate key value violates unique constraint "destinations_pkey"

The “Too many retries” is misleading here as it is a consequence of us retrying the import rater than you doing multiple upload attempts. We’ll address that.