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