You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/credentials/DefaultCredentialsProvider.java
Copy file name to clipboardExpand all lines: athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/credentials/StaticCredentialsProvider.java
Copy file name to clipboardExpand all lines: athena-jdbc/src/main/java/com/amazonaws/athena/connectors/jdbc/connection/DatabaseConnectionConfigBuilder.java
Copy file name to clipboardExpand all lines: athena-jdbc/src/main/java/com/amazonaws/athena/connectors/jdbc/connection/GenericJdbcConnectionFactory.java
Copy file name to clipboardExpand all lines: athena-jdbc/src/main/java/com/amazonaws/athena/connectors/jdbc/manager/DefaultJdbcFederationExpressionParser.java
LOGGER.info("Resolved name from Case Insensitive look up : {}", resolvedName);
179
179
}
180
180
else {
181
181
thrownewAthenaConnectorException(String.format("During TABLE Case Insensitive look up could not find Table '%s' in Database '%s'", tableName, databaseName),
Copy file name to clipboardExpand all lines: athena-jdbc/src/main/java/com/amazonaws/athena/connectors/jdbc/manager/JdbcFederationExpressionParser.java
thrownewAthenaConnectorException("Invalid credentials was specified", newErrorDetails().withErrorCode(FederationSourceErrorCode.InvalidCredentialsException.toString()));
172
+
thrownewAthenaConnectorException("Invalid credentials was specified", ErrorDetails.builder().errorCode(FederationSourceErrorCode.INVALID_CREDENTIALS_EXCEPTION.toString()).build());
0 commit comments