We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ec232 commit ff122f7Copy full SHA for ff122f7
1 file changed
testgen/ui/components/frontend/js/components/connection_form.js
@@ -379,6 +379,7 @@ const RedshiftForm = (
379
password: connectionPassword.val,
380
connect_by_url: connectByUrl.val,
381
url: connectByUrl.val ? connectionStringSuffix.val : connectionStringSuffix.rawVal,
382
+ connect_by_key: false,
383
}, isValid.val);
384
});
385
@@ -561,6 +562,7 @@ const DatabricksForm = (
561
562
http_path: connectionHttpPath.val,
563
564
565
566
567
568
0 commit comments