diff --git a/providers/google/src/airflow/providers/google/cloud/hooks/dataplex.py b/providers/google/src/airflow/providers/google/cloud/hooks/dataplex.py index 028a3756f8539..5f4c799680646 100644 --- a/providers/google/src/airflow/providers/google/cloud/hooks/dataplex.py +++ b/providers/google/src/airflow/providers/google/cloud/hooks/dataplex.py @@ -515,7 +515,7 @@ def update_entry( fields are non-required and omitted in the request body, their values are emptied. :param allow_missing: Optional. If set to true and entry doesn't exist, the service will create it. :param delete_missing_aspects: Optional. If set to true and the aspect_keys specify aspect - ranges, the service deletes any existing aspects from that range that weren't provided + ranges, the service deletes any existing aspects from that range that were not provided in the request. :param aspect_keys: Optional. The map keys of the Aspects which the service should modify. It supports the following syntax: diff --git a/providers/google/src/airflow/providers/google/cloud/operators/dataplex.py b/providers/google/src/airflow/providers/google/cloud/operators/dataplex.py index 45361b364ab75..e6f04e6306233 100644 --- a/providers/google/src/airflow/providers/google/cloud/operators/dataplex.py +++ b/providers/google/src/airflow/providers/google/cloud/operators/dataplex.py @@ -4043,7 +4043,7 @@ class DataplexCatalogUpdateEntryOperator(DataplexCatalogBaseOperator): :param entry_configuration: Required. The updated configuration body of the Entry. :param allow_missing: Optional. If set to true and entry doesn't exist, the service will create it. :param delete_missing_aspects: Optional. If set to true and the aspect_keys specify aspect - ranges, the service deletes any existing aspects from that range that weren't provided + ranges, the service deletes any existing aspects from that range that were not provided in the request. :param aspect_keys: Optional. The map keys of the Aspects which the service should modify. It supports the following syntax: