You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactored Risk analysis samples
* updated inspect tests and readme
* moved parameters to inline, cleaned up files, reformatted for consistency
* replaced iterators with intstream in RiskAnalysisKMap
* moved message receiver lambda to its own method
* ran code formatter
* refactored long messageReciever lambda
* rewrote lambda for pubsub message receiver
* replaced int stream with for loop
Copy file name to clipboardExpand all lines: dlp/README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,28 @@ Commands:
68
68
69
69
## Integration tests
70
70
### Setup
71
+
- Ensure that `GOOGLE_APPLICATION_CREDENTIALS` points to authorized service account credentials file.
71
72
-[Create a Google Cloud Storage bucket](https://console.cloud.google.com/storage) and upload [test.txt](src/test/resources/test.txt).
72
-
- Set the `GCS_PATH` environment variable to point to the path for the bucket.
73
+
- Set the `GCS_PATH` environment variable to point to the path for the bucket.
74
+
- Copy and paste the data below into a CSV file and [create a BigQuery table](https://cloud.google.com/bigquery/docs/loading-data-local) from the file:
0 commit comments