chore: fix typo 'partion_key' in comments
PiperOrigin-RevId: 345062127
This commit is contained in:
parent
665e9b0ce8
commit
50831e68c5
|
|
@ -425,7 +425,7 @@ message BigQueryDestination {
|
|||
// [partition_spec] determines whether to export to partitioned table(s) and
|
||||
// how to partition the data.
|
||||
//
|
||||
// If [partition_spec] is unset or [partition_spec.partion_key] is unset or
|
||||
// If [partition_spec] is unset or [partition_spec.partition_key] is unset or
|
||||
// `PARTITION_KEY_UNSPECIFIED`, the snapshot results will be exported to
|
||||
// non-partitioned table(s). [force] will decide whether to overwrite existing
|
||||
// table(s).
|
||||
|
|
|
|||
Loading…
Reference in New Issue