bigframes._config#

Configuration for BigQuery DataFrames. Do not depend on other parts of BigQuery DataFrames from this package.

Classes

BigQueryOptions([credentials, project, ...])

Encapsulates configuration for working with a session.

ComputeOptions([...])

Encapsulates the configuration for compute options.

DisplayOptions([max_columns, max_rows, ...])

Encapsulates the configuration for displaying objects.

ExperimentOptions()

Encapsulates the configration for experiments

Options()

Global options affecting BigQuery DataFrames behavior.

SamplingOptions([max_download_size, ...])

Encapsulates the configuration for data sampling.

option_context(*args)

Context manager to temporarily set thread-local options in the with statement context.

Module Attributes

_config.options = <bigframes._config.global_options.Options object>