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 2c8bca2 commit f2ad535Copy full SHA for f2ad535
google/cloud/bigquery/enums.py
@@ -467,9 +467,8 @@ class JobCreationMode(object):
467
class SourceColumnMatch(str, enum.Enum):
468
"""Uses sensible defaults based on how the schema is provided.
469
470
- If autodetect is used, then columns are matched by name. Otherwise, columns
471
- are matched by position. This is done to keep the behavior backward-compati
472
- ble.
+ If autodetect is used, then columns are matched by name. Otherwise, columns
+ are matched by position. This is done to keep the behavior backward-compatible.
473
"""
474
475
SOURCE_COLUMN_MATCH_UNSPECIFIED = "SOURCE_COLUMN_MATCH_UNSPECIFIED"
0 commit comments