Fixing test case, it didn't provide a primary field.
This commit is contained in:
parent
2d74927177
commit
a97b24658f
|
@ -734,6 +734,7 @@ describe.each(
|
|||
name: entityId,
|
||||
schema: {},
|
||||
type: "table",
|
||||
primary: ["id"],
|
||||
sourceId: datasource._id!,
|
||||
sourceType: TableSourceType.EXTERNAL,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue