Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2023-07-07 20:39:56 -07:00
commit f9d09c8b54
17 changed files with 108 additions and 69 deletions

View file

@ -81,7 +81,7 @@ async function clickhouseQuery(data: {
a.dynamicDataType === DATA_TYPE.array
? a.value
: null,
numeric_value: a.dynamicDataType === DATA_TYPE.number ? a.value : null,
number_value: a.dynamicDataType === DATA_TYPE.number ? a.value : null,
date_value: a.dynamicDataType === DATA_TYPE.date ? getDateFormat(a.value) : null,
data_type: a.dynamicDataType,
created_at: createdAt,