INSERT statement failing on QSACCEL table
Hi All,
I've encountered an issue with inserting data into a qsaccel table created as a source for custom dashboards.
I've followed the documentation available here: https://experienceleague.adobe.com/en/docs/experience-platform/query/data-distiller/sql-insights/reporting-insights-data-model and a very helpful article by @annamalai: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-blogs/harnessing-data-distiller-s-query-pro-mode-for-chart-authoring/ba-p/673218
I am able to create the table and use it as a source for dashboards (creating it as a result of select query), however for the use-case that I'm working on I would like to be able to insert data directly into the qsaccel table.
When trying to execute the INSERT statement in Query Service, I get the following error:
Error code: 42809
Description: <MY_TABLE_NAME> is not a QsAccel Table
Thank you in advance for any tips
Kamil