Skip to content

Commit

Permalink
chore: replace partion_key by partition_key (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
easylo authored Nov 30, 2020
1 parent 16cc4c2 commit d54a657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class BigQueryDestination(proto.Message):
[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]
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).
Expand Down

0 comments on commit d54a657

Please sign in to comment.