Skip to content

Commit c25727d

Browse files
committed
updates docstring to account for sphinx unexpected indent warning
1 parent 964b1d0 commit c25727d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

google/cloud/bigquery/external_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

google/cloud/bigquery/job/load.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)