google.cloud.bigquery.retry.DEFAULT_RETRY#
-
google.cloud.bigquery.retry.
DEFAULT_RETRY
= <google.api_core.retry.Retry object># The default retry object.
Any method with a
retry
parameter will be retried automatically, with reasonable defaults. To disable retry, passretry=None
. To modify the default retry behavior, call awith_XXX
method onDEFAULT_RETRY
. For example, to change the deadline to 30 seconds, passretry=bigquery.DEFAULT_RETRY.with_deadline(30)
.