Final fix - removing external from create table (internal).
This commit is contained in:
parent
e12cef305a
commit
854ff47e1c
|
@ -570,10 +570,6 @@ class TestConfiguration {
|
||||||
if (!config.sourceId) {
|
if (!config.sourceId) {
|
||||||
config.sourceId = INTERNAL_TABLE_SOURCE_ID
|
config.sourceId = INTERNAL_TABLE_SOURCE_ID
|
||||||
}
|
}
|
||||||
if (this.datasource?._id) {
|
|
||||||
config.sourceId = this.datasource._id
|
|
||||||
config.sourceType = TableSourceType.EXTERNAL
|
|
||||||
}
|
|
||||||
return this.updateTable(config, options)
|
return this.updateTable(config, options)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue