Set sourceId (#10769)

This commit is contained in:
melohagan 2023-06-07 14:01:24 +01:00 committed by GitHub
parent e5c873d093
commit 91acb1b3eb
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ export async function save(ctx: UserCtx) {
let tableToSave: TableRequest = {
type: "table",
_id: buildExternalTableId(datasourceId, inputs.name),
sourceId: datasourceId,
...inputs,
}