Update
This commit is contained in:
parent
b128bdece5
commit
f10d3d6973
|
@ -52,6 +52,6 @@ export async function getDatasourceInfo(config) {
|
|||
|
||||
export async function getDatasourceInfo(config) {
|
||||
const datasource = prepareData(config)
|
||||
const resp = await API.fetchTablesForDatasource(datasource)
|
||||
const resp = await API.fetchInfoForDatasource(datasource)
|
||||
return resp
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue