fix missing columns in getPageview CH. fix Kafka SSL Pathing

This commit is contained in:
Francis Cao 2022-09-21 10:51:46 -07:00
parent ad1eea98b1
commit 9c642a6e9e
3 changed files with 7 additions and 5 deletions

View file

@ -27,9 +27,8 @@ async function relationalQuery(websites, start_at) {
async function clickhouseQuery(websites, start_at) {
return clickhouse.rawQuery(
`select
view_id,
website_id,
session_id,
session_uuid,
created_at,
url
from event