This third-party issue occurs in a mapping that stages Snowflake data on Microsoft Azure and
the JDBC driver fails to receive an HTTP response from the Snowflake
endpoint hosted on Microsoft Azure.
To troubleshoot this issue, Snowflake recommends to increase the maximum number of retry
attempts the JDBC driver makes to receive an HTTP response from the
endpoint. By default, the maximum number of retry attempts is 7.
To increase the maximum number of retry attempts, add the
maxHttpRetries
property and set its value to, for
example,
200
in the
Additional JDBC URL
Parameters
field of the Snowflake Data Cloud connection.
If you still encounter the issue, set the value to
0
, which indicates
that the JDBC driver makes an infinite number of attempts to receive an HTTP
response from the endpoint.
For more information about removing the retry limit, see Behavior Change Release in the
Snowflake documentation.