Skip to content

Commit

Permalink
Set sourceId (#10769)
Browse files Browse the repository at this point in the history
  • Loading branch information
melohagan committed Jun 7, 2023
1 parent 311c9d5 commit 83e93fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/api/controllers/table/external.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export async function save(ctx: UserCtx) {
let tableToSave: TableRequest = {
type: "table",
_id: buildExternalTableId(datasourceId, inputs.name),
sourceId: datasourceId,
...inputs,
}

Expand Down

0 comments on commit 83e93fb

Please sign in to comment.