We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ec232 + ff122f7 commit 4bd067bCopy full SHA for 4bd067b
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