bigframes._config.BigQueryOptions.allow_large_results#

property BigQueryOptions.allow_large_results: bool#

Checks the legacy global setting for allowing large results. Use bpd.options.compute.allow_large_results instead.

Warning: Accessing bpd.options.bigquery.allow_large_results is deprecated and this property will be removed in a future version. The configuration for handling large results has moved.

Returns:

The value of the deprecated setting.

Return type:

bool

Type:

DEPRECATED