Skip to content

Commit 88c3775

Browse files
authored
Update google/cloud/bigquery/job/load.py
1 parent fc3dbf7 commit 88c3775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigquery/job/load.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
556556
default is chosen based on how the schema is provided. If autodetect is
557557
used, then columns are matched by name. Otherwise, columns are matched by
558558
position. This is done to keep the behavior backward-compatible.
559+
559560
Acceptable values are:
560561
SOURCE_COLUMN_MATCH_UNSPECIFIED - Unspecified column name match option.
561562
POSITION - matches by position. This assumes that the columns are ordered

0 commit comments

Comments
 (0)