google.cloud.bigquery.job.DestinationFormat#

Methods

Attributes

AVRO

Specifies Avro format.

CSV

Specifies CSV format.

NEWLINE_DELIMITED_JSON

Specifies newline delimited JSON format.


class google.cloud.bigquery.job.DestinationFormat[source]#

Bases: object

The exported file format. The default value is CSV.

Tables with nested or repeated fields cannot be exported as CSV.

AVRO = 'AVRO'#

Specifies Avro format.

CSV = 'CSV'#

Specifies CSV format.

NEWLINE_DELIMITED_JSON = 'NEWLINE_DELIMITED_JSON'#

Specifies newline delimited JSON format.