attempt fetching custom event data for data table

This commit is contained in:
emma 2023-05-07 14:56:39 -04:00
parent f12f4f5697
commit 334297f194
5 changed files with 67 additions and 5 deletions

View file

@ -102,7 +102,7 @@ async function clickhouseQuery(
where website_id = {websiteId:UUID}
and event_type = {eventType:UInt32}
and created_at >= ${getDateFormat(resetDate)}
and ${getBetweenDates('created_at', startDate, endDate)}
and ${getBetweenDates('created_at', startDate, endDate)}
${excludeDomain}
${filterQuery}
group by x