From d54a65711a084f2dbb51810120642f5027e5a208 Mon Sep 17 00:00:00 2001 From: Laurent RICHARD Date: Mon, 30 Nov 2020 19:50:59 +0100 Subject: [PATCH] chore: replace partion_key by partition_key (#122) --- .../google/cloud/asset_v1/types/asset_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py b/packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py index 39ad5c4e1ae0..83e732b3cca5 100644 --- a/packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py +++ b/packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py @@ -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).