Skip to content

Commit 964b1d0

Browse files
authored
Update google/cloud/bigquery/external_config.py
1 parent b6261dc commit 964b1d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

google/cloud/bigquery/external_config.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,11 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
484484
position. This is done to keep the behavior backward-compatible.
485485
486486
Acceptable values are:
487-
SOURCE_COLUMN_MATCH_UNSPECIFIED - Unspecified column name match option.
488-
POSITION - matches by position. This assumes that the columns are ordered
487+
488+
SOURCE_COLUMN_MATCH_UNSPECIFIED: Unspecified column name match option.
489+
POSITION: matches by position. This assumes that the columns are ordered
489490
the same way as the schema.
490-
NAME - matches by name. This reads the header row as column names and
491+
NAME: matches by name. This reads the header row as column names and
491492
reorders columns to match the field names in the schema.
492493
See
493494
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration.FIELDS.source_column_match

0 commit comments

Comments
 (0)