We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7248c2 commit d011224Copy full SHA for d011224
src/webviews/webview-side/integrations/types.ts
@@ -51,12 +51,7 @@ interface BaseSnowflakeConfig extends BaseIntegrationConfig {
51
export type SnowflakeIntegrationConfig = BaseSnowflakeConfig &
52
(
53
| {
54
- authMethod: null;
55
- username: string;
56
- password: string;
57
- }
58
- | {
59
- authMethod: typeof SnowflakeAuthMethods.PASSWORD;
+ authMethod: typeof SnowflakeAuthMethods.PASSWORD | null;
60
username: string;
61
password: string;
62
}
0 commit comments