File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments