Compare distant tables schema with remote tables schema (#5413)
Closes #4532 and part of #5062
This commit is contained in:
@ -126,7 +126,7 @@ export class RemoteServerService<T extends RemoteServerType> {
|
||||
}
|
||||
|
||||
const currentRemoteTablesForServer =
|
||||
await this.remoteTableService.findCurrentRemoteTablesByServerId({
|
||||
await this.remoteTableService.findRemoteTablesByServerId({
|
||||
remoteServerId: remoteServer.id,
|
||||
workspaceId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user