Class GoogleSheetsOptions (2.13.1)

GoogleSheetsOptions()

Options that describe how to treat Google Sheets as BigQuery tables.

Inheritance

builtins.object > GoogleSheetsOptions

Properties

range

skip_leading_rows

Methods

from_api_repr

from_api_repr(resource)

Factory: construct a .external_config.GoogleSheetsOptions instance given its API representation.

Parameter
Name Description
resource Dict[str, Any]

Definition of a .external_config.GoogleSheetsOptions instance in the same representation as is returned from the API.

Returns
Type Description
GoogleSheetsOptions Configuration parsed from ``resource``.

to_api_repr

to_api_repr()

Build an API representation of this object.

Returns
Type Description
Dict[str, Any] A dictionary in the format used by the BigQuery API.

__init__

__init__()

Initialize self. See help(type(self)) for accurate signature.