Hi,thanks for a quick reply. I am using a fully qualified name in the insert statement:INSERT INTO monitoring_kk.triggers.triggerscount
select
triggerName,
cnt AS ProfileCount,
refreshDate AS RefreshDate
from
trigger_counts_test;
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 ve...