google.cloud.bigquery.table.TimePartitioningType#

Methods

Attributes

DAY

Generates one partition per day.


class google.cloud.bigquery.table.TimePartitioningType[source]#

Bases: object

Specifies the type of time partitioning to perform.

DAY = 'DAY'#

Generates one partition per day.

Type

str