This property determines whether the connector verifies the connection by sending a “SELECT 1” query when establishing a connection with Athena.
  • 1: The connector verifies connection by sending a simple “SELECT 1” query to Athena.
  • 0: The connector does not send any query to Athena to verify the connection.
Important: Setting the value to 0 means that connector does not verify the connection. The connection string may contain unverified configuration values, such as incorrect authentication information, which will not be discovered at connection time. This can result in errors when the application attempts to execute a query or any other JDBC API calls using the connector.
Default ValueData TypeRequired

1

Integer

No