mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[explore] add datasource metadata (#4104)
This commit is contained in:
committed by
GitHub
parent
bf4d3a0dff
commit
0a6208296e
@@ -15,6 +15,12 @@ const defaultProps = {
|
||||
type: 'table',
|
||||
uid: '1__table',
|
||||
id: 1,
|
||||
columns: [],
|
||||
metrics: [],
|
||||
database: {
|
||||
backend: 'mysql',
|
||||
name: 'main',
|
||||
},
|
||||
},
|
||||
onChange: sinon.spy(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user