turbaszek commented on a change in pull request #9651: URL: https://github.com/apache/airflow/pull/9651#discussion_r449797856
########## File path: docs/howto/operator/gcp/data_loss_prevention.rst ########## @@ -0,0 +1,92 @@ + .. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + .. http://www.apache.org/licenses/LICENSE-2.0 + + .. Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +Google Cloud Data Loss Prevention Operator +========================================== +`Google Cloud DLP <https://cloud.google.com/dlp>`__, provides tools to classify, mask, tokenize, and transform sensitive +elements to help you better manage the data that you collect, store, or use for business or analytics. + +.. contents:: + :depth: 1 + :local: + +Prerequisite Tasks +^^^^^^^^^^^^^^^^^^ + +.. include:: _partials/prerequisite_tasks.rst + +Templates +^^^^^^^^^ + +Templates can be used to create and persist +configuration information to use with the Cloud Data Loss Prevention. +There are two types of templates supported by Cloud DLP: + +* `Inspection Template <https://cloud.google.com/dlp/docs/creating-templates-inspect>`__, +* `De-Identification Template <https://cloud.google.com/dlp/docs/creating-templates-deid>`__, + +Here we will be using identification template for our example Review comment: This information can be outdate in some future. So I would suggest to skip this section and let the user use the Google docs ---------------------------------------------------------------- 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]
