We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b10ee1 commit a1eddb5Copy full SHA for a1eddb5
google/cloud/bigquery/external_config.py
@@ -492,7 +492,7 @@ def source_column_match(self) -> Optional[SourceColumnMatch]:
492
reorders columns to match the field names in the schema.
493
494
See
495
- https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration.FIELDS.source_column_match
+ https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#CsvOptions.FIELDS.source_column_match
496
"""
497
498
value = self._properties.get("sourceColumnMatch")
0 commit comments