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, pass retry=None. To modify the default retry behavior, call a with_XXX method on DEFAULT_RETRY. For example, to change the deadline to 30 seconds, pass retry=bigquery.DEFAULT_RETRY.with_deadline(30).