Commit 577cf38
authored
Allow overriding snowflake authenticator parameter
Set default username_password_mfa authenticator option only if the custom URL is not provided by the user. This allows overriding it with custom value like 'externalbrowser'.
Additionally, we skip asking about the password if --password flag is not provided to allow using passwordless auth options.1 parent 2491ad1 commit 577cf38
File tree
1 file changed
+7
-2
lines changed- dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/snowflake
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
0 commit comments