Class BigQueryOptions (1.0.0)

Options defining BigQuery table and row identifiers. .. attribute:: table_reference

Complete BigQuery table reference.

Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.

References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > BigQueryOptions