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_resultsinstead.Warning: Accessing
bpd.options.bigquery.allow_large_resultsis 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:
- Type:
DEPRECATED