checkpoint

This commit is contained in:
Brian Cao 2022-07-29 22:30:09 -07:00
parent 3e2c098c05
commit 8f934c7e6c
14 changed files with 73 additions and 63 deletions

View file

@ -22,7 +22,8 @@ function getTable(type) {
function getColumn(type) {
if (type === 'event') {
return `concat(event_type, '\t', event_value)`;
//return `concat(event_type, '\t', event_value)`;
return `event_name`;
}
return type;
}