mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-22 10:54:48 +00:00
FIX: added reference columns on get table metadata connection test
This commit is contained in:
@@ -69,7 +69,7 @@ export class InputsService {
|
||||
if (data.credentials) data.credentials = JSON.stringify(data.credentials);
|
||||
|
||||
const input = await lastValueFrom(
|
||||
this.inputWriteService.InputCreate(data),
|
||||
this.inputWriteService.InputCreate({ info, input: data }),
|
||||
);
|
||||
// .catch((err: { details: string }) => {
|
||||
// if (err.details === 'Item Not found!') {
|
||||
|
||||
Reference in New Issue
Block a user