What is the MODEL error in Data Distiller? - SQL UPDATE method
Hi,
I'm trying to push an UPDATE value to a specific field in my dataset using Data distiller. Something like
update my_dataset
set _tenant.customfield.occupation = 'updated_occupation'
where id = 'VADER00000000000000000000000000004200'
;
This returns me this: ErrorCode: 42601 queryId: <error_id> Syntax error encountered. Reason: [line 1:8: missing 'MODEL' at 'my_dataset'].
I search the community for answer and found this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-data/update-query-in-aep-query-service/m-p/689876#M7154.
The only thing I understand from this is that the UPDATE method doesn't work in data distiller and we should use INSERT INTO as a "fix" instead. Is that right?
Can someone explain to me what the error missing 'MODEL' means? Is there documentation around this?
Thanks

