Skip to content

Commit ff122f7

Browse files
committed
fix(connection): connect_by_key not set to false when switching types
1 parent 40ec232 commit ff122f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testgen/ui/components/frontend/js/components/connection_form.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ const RedshiftForm = (
379379
password: connectionPassword.val,
380380
connect_by_url: connectByUrl.val,
381381
url: connectByUrl.val ? connectionStringSuffix.val : connectionStringSuffix.rawVal,
382+
connect_by_key: false,
382383
}, isValid.val);
383384
});
384385

@@ -561,6 +562,7 @@ const DatabricksForm = (
561562
http_path: connectionHttpPath.val,
562563
connect_by_url: connectByUrl.val,
563564
url: connectByUrl.val ? connectionStringSuffix.val : connectionStringSuffix.rawVal,
565+
connect_by_key: false,
564566
}, isValid.val);
565567
});
566568

0 commit comments

Comments
 (0)