bigframes._config.ComputeOptions.assign_extra_query_labels#
- ComputeOptions.assign_extra_query_labels(**kwargs: Any) None[source]#
Assigns additional custom labels for query configuration. The method updates the extra_query_labels dictionary with new labels provided through keyword arguments.
- Parameters:
kwargs (Any) – Custom labels provided as keyword arguments. Each key-value pair in kwargs represents a label name and its value.
- Raises:
ValueError – If a key matches one of the reserved attribute names, specifically ‘maximum_bytes_billed’ or ‘enable_multi_query_execution’, to prevent conflicts with built-in settings.