Set sourceId (#10769)
This commit is contained in:
parent
e5c873d093
commit
91acb1b3eb
|
@ -208,6 +208,7 @@ export async function save(ctx: UserCtx) {
|
|||
let tableToSave: TableRequest = {
|
||||
type: "table",
|
||||
_id: buildExternalTableId(datasourceId, inputs.name),
|
||||
sourceId: datasourceId,
|
||||
...inputs,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue