mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
fix: make __time an ok column name in SQL Lab (#10336)
This commit is contained in:
@@ -321,6 +321,11 @@ export const queryWithBadColumns = {
|
||||
name: '_TIMESTAMP',
|
||||
type: 'TIMESTAMP',
|
||||
},
|
||||
{
|
||||
is_date: true,
|
||||
name: '__TIME',
|
||||
type: 'TIMESTAMP',
|
||||
},
|
||||
{
|
||||
is_date: true,
|
||||
name: '__TIMESTAMP',
|
||||
|
||||
Reference in New Issue
Block a user