Merge pull request #15102 from Budibase/fix/env-var-usage
Enrich the datasource when not passing the datasource ID.
This commit is contained in:
commit
2fa7d12319
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue