google.cloud.bigquery.external_config.ExternalSourceFormat#

Methods

Attributes

AVRO

Specifies Avro format.

BIGTABLE

Specifies Bigtable format.

CSV

Specifies CSV format.

DATASTORE_BACKUP

Specifies datastore backup format

GOOGLE_SHEETS

Specifies Google Sheets format.

NEWLINE_DELIMITED_JSON

Specifies newline delimited JSON format.


class google.cloud.bigquery.external_config.ExternalSourceFormat[source]#

Bases: object

The format for external data files.

Note that the set of allowed values for external data sources is different than the set used for loading data (see SourceFormat).

AVRO = 'AVRO'#

Specifies Avro format.

BIGTABLE = 'BIGTABLE'#

Specifies Bigtable format.

CSV = 'CSV'#

Specifies CSV format.

DATASTORE_BACKUP = 'DATASTORE_BACKUP'#

Specifies datastore backup format

GOOGLE_SHEETS = 'GOOGLE_SHEETS'#

Specifies Google Sheets format.

NEWLINE_DELIMITED_JSON = 'NEWLINE_DELIMITED_JSON'#

Specifies newline delimited JSON format.