I was trying to upload my dataset with help of API to quicksight and I got an error message of Invalid dataset ARN, the dataset Id which I was using is of length 117 which only contains character with underscore and a unique UUID at the suffix, and even in my Json the name and the datasetId are same. So, is there any criteria for defining the datasetId and name ?
Hi @Aditjain20,
can you provide some other info?
Are you trying to import your dataset in a different account / region?
Can you provide some screenshot / line of code of what you are trying to accomplish?
Thank you!
Andrea
Hi @andrepgn
My dataset Json has datasetID and name as “V_VIZDA_BKW_EXOTRACK_AVAILABILITY_FULL_B2B_PPRD_ADV_ANA_MRT_V_VIZDA_BKW_EXOTRACK_AVAILABIL7a299546-021c-42c3-8663-ea88870f94f5”
when I try to upload this using API, I encounter an error of Invalid dataset ARN, and when I truncate this datasetID to “V_VIZDA_BKW_EXOTRACK_AVAILABILITY_FULL_B2B_PPRD_ADV_ANA_MRT_20250620162134826”, it worked, So is there any character limit for datasetID ?
Please refer to this doc: DataSet - Amazon QuickSight
As you see, there are max number of characters for different properties. DataSet ID is 96, while other resources have different length for ID.
So yes, the problem is on the length of the dataSet ID.
Best Regards,
Andrea