@@ -131,6 +131,7 @@ export class IntegrationWebviewProvider implements IIntegrationWebviewProvider {
131131 integrationsConfigureTitle : localize . Integrations . configureTitle ,
132132 integrationsPostgresTypeLabel : localize . Integrations . postgresTypeLabel ,
133133 integrationsBigQueryTypeLabel : localize . Integrations . bigQueryTypeLabel ,
134+ integrationsSnowflakeTypeLabel : localize . Integrations . snowflakeTypeLabel ,
134135 integrationsCancel : localize . Integrations . cancel ,
135136 integrationsSave : localize . Integrations . save ,
136137 integrationsRequiredField : localize . Integrations . requiredField ,
@@ -154,7 +155,34 @@ export class IntegrationWebviewProvider implements IIntegrationWebviewProvider {
154155 integrationsBigQueryProjectIdPlaceholder : localize . Integrations . bigQueryProjectIdPlaceholder ,
155156 integrationsBigQueryCredentialsLabel : localize . Integrations . bigQueryCredentialsLabel ,
156157 integrationsBigQueryCredentialsPlaceholder : localize . Integrations . bigQueryCredentialsPlaceholder ,
157- integrationsBigQueryCredentialsRequired : localize . Integrations . bigQueryCredentialsRequired
158+ integrationsBigQueryCredentialsRequired : localize . Integrations . bigQueryCredentialsRequired ,
159+ integrationsSnowflakeNameLabel : localize . Integrations . snowflakeNameLabel ,
160+ integrationsSnowflakeNamePlaceholder : localize . Integrations . snowflakeNamePlaceholder ,
161+ integrationsSnowflakeAccountLabel : localize . Integrations . snowflakeAccountLabel ,
162+ integrationsSnowflakeAccountPlaceholder : localize . Integrations . snowflakeAccountPlaceholder ,
163+ integrationsSnowflakeAuthMethodLabel : localize . Integrations . snowflakeAuthMethodLabel ,
164+ integrationsSnowflakeAuthMethodSubLabel : localize . Integrations . snowflakeAuthMethodSubLabel ,
165+ integrationsSnowflakeAuthMethodUsernamePassword : localize . Integrations . snowflakeAuthMethodUsernamePassword ,
166+ integrationsSnowflakeAuthMethodKeyPair : localize . Integrations . snowflakeAuthMethodKeyPair ,
167+ integrationsSnowflakeUnsupportedAuthMethod : localize . Integrations . snowflakeUnsupportedAuthMethod ,
168+ integrationsSnowflakeUsernameLabel : localize . Integrations . snowflakeUsernameLabel ,
169+ integrationsSnowflakePasswordLabel : localize . Integrations . snowflakePasswordLabel ,
170+ integrationsSnowflakePasswordPlaceholder : localize . Integrations . snowflakePasswordPlaceholder ,
171+ integrationsSnowflakeServiceAccountUsernameLabel :
172+ localize . Integrations . snowflakeServiceAccountUsernameLabel ,
173+ integrationsSnowflakeServiceAccountUsernameHelp : localize . Integrations . snowflakeServiceAccountUsernameHelp ,
174+ integrationsSnowflakePrivateKeyLabel : localize . Integrations . snowflakePrivateKeyLabel ,
175+ integrationsSnowflakePrivateKeyHelp : localize . Integrations . snowflakePrivateKeyHelp ,
176+ integrationsSnowflakePrivateKeyPlaceholder : localize . Integrations . snowflakePrivateKeyPlaceholder ,
177+ integrationsSnowflakePrivateKeyPassphraseLabel : localize . Integrations . snowflakePrivateKeyPassphraseLabel ,
178+ integrationsSnowflakePrivateKeyPassphraseHelp : localize . Integrations . snowflakePrivateKeyPassphraseHelp ,
179+ integrationsSnowflakeDatabaseLabel : localize . Integrations . snowflakeDatabaseLabel ,
180+ integrationsSnowflakeDatabasePlaceholder : localize . Integrations . snowflakeDatabasePlaceholder ,
181+ integrationsSnowflakeRoleLabel : localize . Integrations . snowflakeRoleLabel ,
182+ integrationsSnowflakeRolePlaceholder : localize . Integrations . snowflakeRolePlaceholder ,
183+ integrationsSnowflakeWarehouseLabel : localize . Integrations . snowflakeWarehouseLabel ,
184+ integrationsSnowflakeWarehousePlaceholder : localize . Integrations . snowflakeWarehousePlaceholder ,
185+ integrationsUnnamedIntegration : localize . Integrations . unnamedIntegration ( '{0}' )
158186 } ;
159187
160188 await this . currentPanel . webview . postMessage ( {
0 commit comments