GoogleCloudPlatform / GoogleCloudPlatform/knowledge-catalog-labs
DLP template missing
- Dominant language
- Python
- Stars
- 101
- Forks
- 47
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 4
Description
There seems to be a step missing in the [DLP lab](https://github.com/GoogleCloudPlatform/dataplex-labs/blob/main/data-mesh-banking-labs/lab5-data-classification/README.md) that explains how to copy the template.
```
export PROJECT_ID=$(gcloud config get-value project)
gsutil cp gs://${PROJECT_ID}_dataplex_process/common/tagmanager-1.0-SNAPSHOT.jar /tmp/
java -cp /tmp/tagmanager-1.0-SNAPSHOT.jar com.google.cloud.dataplex.setup.CreateDLPInspectionTemplate ${PROJECT_ID} global marsbank_dlp_template
```
Contributor guide
Research direction
Open data-mesh-banking-labs/lab5-data-classification/README.md and find the DLP lab setup steps. Add the missing explanation for copying the template, using the gcloud, gsutil, and Java commands shown in the issue; the lab is done when a reader can follow the README to create the DLP inspection template.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, java, shell
- Domain
- cloud, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100