fix: Convert TIMESTAMP_* to TIMESTAMP in Snowflake (#22872)

This commit is contained in:
Geido
2023-01-26 19:49:44 +01:00
committed by GitHub
parent 6998f65e1d
commit 3fd4718ecb
3 changed files with 3 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ class AnnotationLayer extends React.PureComponent {
...x,
data: {
...x.data,
groupby: x.data.groupby.map(column =>
groupby: x.data.groupby?.map(column =>
getColumnLabel(column),
),
},