File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -487,9 +487,10 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
487487
488488 SOURCE_COLUMN_MATCH_UNSPECIFIED: Unspecified column name match option.
489489 POSITION: matches by position. This assumes that the columns are ordered
490- the same way as the schema.
490+ the same way as the schema.
491491 NAME: matches by name. This reads the header row as column names and
492- reorders columns to match the field names in the schema.
492+ reorders columns to match the field names in the schema.
493+
493494 See
494495 https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration.FIELDS.source_column_match
495496 """
Original file line number Diff line number Diff line change @@ -561,10 +561,12 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
561561
562562 SOURCE_COLUMN_MATCH_UNSPECIFIED: Unspecified column name match option.
563563 POSITION: matches by position. This assumes that the columns are ordered
564- the same way as the schema.
564+ the same way as the schema.
565565 NAME: matches by name. This reads the header row as column names and
566- reorders columns to match the field names in the schema.
566+ reorders columns to match the field names in the schema.
567+
567568 See:
569+
568570 https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationLoad.FIELDS.source_column_match
569571 """
570572 value = self ._get_sub_prop ("sourceColumnMatch" )
You can’t perform that action at this time.
0 commit comments