HI, i tried to change the scehma of one API dataset using DOMO CLI and the command set-scehma.
After i noticed i update the schema with uncorrect columns as upsert . i tried to run back with the original schema but i got the following error.
Index progress error for dataset ae4f6f65-5ebf-47b1-9213-fe73ee5dfdcd. Indexing terminated with status: ERROR
Index progress error for dataset ae4f6f65-5ebf-47b1-9213-fe73ee5dfdcd. RequestFailedException{failureType=INDEXING_ERROR, failureBody='Indexing failed: org.apache.thrift.TApplicationException: [Tundra](3019) Duplicate primary key found in row "12" in current data version'}
RequestFailedException{failureType=INDEXING_ERROR, failureBody='Indexing failed: org.apache.thrift.TApplicationException: [Tundra](3019) Duplicate primary key found in row "12" in current data version'}
at com.domo.client.manager.DataUploadManager$IndexProgressWorker.call(DataUploadManager.java:1002)
at com.domo.client.manager.DataUploadManager$IndexProgressWorker.call(DataUploadManager.java:961)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Does anybody know how i can fix this?