mik-laj commented on a change in pull request #14033:
URL: https://github.com/apache/airflow/pull/14033#discussion_r571321860
##########
File path:
docs/apache-airflow-providers-google/operators/cloud/data_loss_prevention.rst
##########
@@ -296,10 +296,25 @@ Unlike storage methods (Jobs) content method are
synchronous, stateless methods.
De-identify Content
"""""""""""""""""""
+De-identification is the process of removing identifying information from data.
+Configuration information defines how you want the sensitive data
de-identified.
-To de-identify potentially sensitive info from a content item, you can use
+This config can either be saved and persisted in de-identification templates
or defined in a DeidentifyConfig object:
Review comment:
```suggestion
This config can either be saved and persisted in de-identification templates
or defined in a ``DeidentifyConfig`` object:
```
Google style guide:
> The following list includes items that should be in code font, but it's
not an exhaustive list.
> ...
> * Class names.
https://developers.google.com/style/code-in-text
or
```suggestion
This config can either be saved and persisted in de-identification templates
or defined in a :class:`~google.cloud.dlp_v2.types.DeidentifyConfig` object:
```
The second solultion will make the link clickable if you add the inventory
URL. See:
https://github.com/apache/airflow/blob/d4c4db8a1833d07b1c03e4c062acea49c79bf5d6/docs/exts/docs_build/third_party_inventories.py#L29-L51
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]