Enrich the datasource when not passing the datasource ID.

This commit is contained in:
mike12345567 2024-12-02 16:17:57 +00:00
parent ffca69ea1c
commit e778022a98
1 changed files with 1 additions and 1 deletions

View File

@ -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>