Update to insights query.

This commit is contained in:
Mike Cao 2023-08-05 09:09:54 -07:00
parent 91d2b596d6
commit 5e1111db5d
5 changed files with 54 additions and 43 deletions

View file

@ -53,7 +53,16 @@ export const FILTER_COLUMNS = {
eventName: 'event_name',
};
export const IGNORED_FILTERS = ['startDate', 'endDate', 'timezone', 'unit'];
export const IGNORED_FILTERS = [
'startDate',
'endDate',
'timezone',
'unit',
'eventType',
'fields',
'filters',
'groups',
];
export const COLLECTION_TYPE = {
event: 'event',