google.cloud.bigquery.v2.DatasetService.InsertDataset
event in GCP for BigQuery refers to the creation of a new dataset in BigQuery.bq update
command to enable audit logging for BigQuery datasets:
bq update
command to set appropriate access controls for BigQuery datasets:
bq update
command to enable encryption at rest for BigQuery datasets:
google-cloud-bigquery
library in Python to manage access controls for BigQuery datasets and tables.google-cloud-logging
library in Python to enable audit logging for BigQuery.google-cloud-kms
library in Python to encrypt sensitive data stored in BigQuery.