Module external_config (3.18.0)

Define classes that describe external data sources.

These are used for both Table.externalDataConfiguration and Job.configuration.query.tableDefinitions.

Classes

BigtableColumn

BigtableColumn()

Options for a Bigtable column.

BigtableColumnFamily

BigtableColumnFamily()

Options for a Bigtable column family.

BigtableOptions

BigtableOptions()

Options that describe how to treat Bigtable tables as BigQuery tables.

CSVOptions

CSVOptions()

Options that describe how to treat CSV files as BigQuery tables.

ExternalConfig

ExternalConfig(source_format)

Description of an external data source.

Parameter
Name Description
source_format ExternalSourceFormat

See source_format.

ExternalSourceFormat

ExternalSourceFormat()

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).

GoogleSheetsOptions

GoogleSheetsOptions()

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

HivePartitioningOptions

HivePartitioningOptions()

[Beta] Options that configure hive partitioning.

See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#HivePartitioningOptions

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.