Hi Team,
I am trying to create an analysis using template definition
For the same, I am writing this code
template_new = client_dest.create_template(AwsAccountId = accountid, Name = name, Definition = d,TemplateId = ‘1234’)
I have stored the template definition in a variable ‘d’, the structure is same as mentioned here
While running this, I am getting this error
InvalidParameterValueException: An error occurred (InvalidParameterValueException) when calling the CreateTemplate operation: The DataSetIdentifier BL86495 Test used is invalid
I can see the parameter ‘DataSetIdentifier’ in the key of ‘Sheets’ for Definition that I have uploaded. There, the value for the same if ‘BL86495 Test’
Here, BL86495 Test is the name of my dataset that I have associated in the analysis.
Can someone help me understand how the DataSetIdentifier is supposed to be declared, as per the documentation mentioned above? Is it supposed to be the dataset name, or some ID or in some other way?
I would request for some documentation that has reference syntax as the documentation provided on multiple AWS pages are without any reference syntax and is very difficult to follow
Warm Regards
Sahil Sondhi