bigframes._config.Options.is_bigquery_thread_local#
- property Options.is_bigquery_thread_local: bool#
Indicator that we’re using a thread-local session.
A thread-local session can be started by using with bigframes.option_context(“bigquery.some_option”, “some-value”):.
- Returns:
A boolean value, where a value is True if a thread-local session is in use; otherwise False.
- Return type: