bigframes._config.BigQueryOptions.skip_bq_connection_check#

property BigQueryOptions.skip_bq_connection_check: bool#

Forcibly use the BigQuery connection.

Setting this flag to True would avoid creating the BigQuery connection and checking or setting IAM permissions on it. So if the BigQuery connection (default or user-provided) does not exist, or it does not have necessary permissions set up to support BigQuery DataFrames operations, then a runtime error will be reported.

Returns:

A boolean value, where True indicates a BigQuery connection is not created or the connection does not have necessary permissions set up; otherwise False.

Return type:

bool