Skip to content

Commit b6261dc

Browse files
authored
Update google/cloud/bigquery/job/load.py
1 parent 9403046 commit b6261dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

google/cloud/bigquery/job/load.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,11 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
558558
position. This is done to keep the behavior backward-compatible.
559559
560560
Acceptable values are:
561-
SOURCE_COLUMN_MATCH_UNSPECIFIED - Unspecified column name match option.
562-
POSITION - matches by position. This assumes that the columns are ordered
561+
562+
SOURCE_COLUMN_MATCH_UNSPECIFIED: Unspecified column name match option.
563+
POSITION: matches by position. This assumes that the columns are ordered
563564
the same way as the schema.
564-
NAME - matches by name. This reads the header row as column names and
565+
NAME: matches by name. This reads the header row as column names and
565566
reorders columns to match the field names in the schema.
566567
See:
567568
https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationLoad.FIELDS.source_column_match

0 commit comments

Comments
 (0)