Skip to main content

ConnectionTest

Default Value Data Type Required

1

Integer

No

Description

This property determines whether the connector verifies the connection by sending a “SELECT 1” query when establishing a connection with Database.

  • 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:

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.

Was this article helpful?

We're sorry to hear that.