Enrich the datasource when not passing the datasource ID.
This commit is contained in:
parent
ffca69ea1c
commit
e778022a98
|
@ -96,7 +96,7 @@ export async function enrichQueryJson(
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
datasource = json.endpoint.datasourceId
|
datasource = await sdk.datasources.enrich(json.endpoint.datasourceId)
|
||||||
}
|
}
|
||||||
|
|
||||||
let tables: Record<string, Table>
|
let tables: Record<string, Table>
|
||||||
|
|
Loading…
Reference in New Issue