Skip to content

Commit 9403046

Browse files
authored
Update google/cloud/bigquery/external_config.py
1 parent 88c3775 commit 9403046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigquery/external_config.py

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

0 commit comments

Comments
 (0)