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 599848e commit e12e438Copy full SHA for e12e438
packages/core/src/shared/clients/redshiftClient.ts
@@ -231,7 +231,7 @@ export class DefaultRedshiftClient {
231
connectionParams: ConnectionParams
232
): Promise<ClusterCredentials | GetCredentialsResponse> {
233
if (warehouseType === RedshiftWarehouseType.PROVISIONED) {
234
- const redshiftClient = await this.redshiftClientProvider(this.regionCode)
+ const redshiftClient = this.redshiftClientProvider(this.regionCode)
235
const getClusterCredentialsRequest: GetClusterCredentialsMessage = {
236
DbUser: connectionParams.username!,
237
DbName: connectionParams.database,
0 commit comments