As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

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).