[explore] add datasource metadata (#4104)

This commit is contained in:
Maxime Beauchemin
2018-01-02 08:41:27 -08:00
committed by GitHub
parent bf4d3a0dff
commit 0a6208296e
7 changed files with 140 additions and 47 deletions

View File

@@ -15,6 +15,12 @@ const defaultProps = {
type: 'table',
uid: '1__table',
id: 1,
columns: [],
metrics: [],
database: {
backend: 'mysql',
name: 'main',
},
},
onChange: sinon.spy(),
};