Merge branch 'master' into frontend-core-ts-2

This commit is contained in:
Andrew Kingston 2024-12-03 09:46:59 +00:00 committed by GitHub
commit ac8c2ccda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.2.17",
"version": "3.2.18",
"npmClient": "yarn",
"concurrency": 20,
"command": {

View File

@ -96,7 +96,7 @@ export async function enrichQueryJson(
})
}
} else {
datasource = json.endpoint.datasourceId
datasource = await sdk.datasources.enrich(json.endpoint.datasourceId)
}
let tables: Record<string, Table>