mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
feat: add type_generic and is_dttm to table metadata (#14863)
This commit is contained in:
@@ -86,6 +86,7 @@ describe('DatasourceEditor', () => {
|
||||
nullable: true,
|
||||
default: '',
|
||||
primary_key: false,
|
||||
is_dttm: true,
|
||||
},
|
||||
{
|
||||
name: 'gender',
|
||||
@@ -93,6 +94,7 @@ describe('DatasourceEditor', () => {
|
||||
nullable: true,
|
||||
default: '',
|
||||
primary_key: false,
|
||||
is_dttm: false,
|
||||
},
|
||||
{
|
||||
name: 'new_column',
|
||||
@@ -100,6 +102,7 @@ describe('DatasourceEditor', () => {
|
||||
nullable: true,
|
||||
default: '',
|
||||
primary_key: false,
|
||||
is_dttm: false,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user