BigQuery Dataset/Table 根据政策过期
BigQuery Dataset/Table expiration by Policy
我想弄清楚我是否可以创建多个服务帐户并为每个服务帐户创建不同的策略(甚至是通用策略)。
在此策略中,我想为 dataset/table 设置默认保留。
table 创建后只有我(管理员)可以更改保留。
这对控制成本很重要。
有人成功做到了吗?
在 Google 云平台 (GCP) 中可以 create different service accounts with distinct roles. These roles give access to specific resources across different services. In addition to the already existing roles in Bigquery, GCP allows to set service accounts with customized roles。
为了控制成本,项目管理员或 BigQuery 管理员可以建立特定的 expiration date for a dataset and grant access to other service accounts with restricted permissions,例如 BigQuery Job User 或 BigQuery Data Viewer。这样,数据集中包含的所有表都将具有所有其他服务帐户无法修改的默认到期日期(由管理员设置)。
我想弄清楚我是否可以创建多个服务帐户并为每个服务帐户创建不同的策略(甚至是通用策略)。 在此策略中,我想为 dataset/table 设置默认保留。 table 创建后只有我(管理员)可以更改保留。
这对控制成本很重要。
有人成功做到了吗?
在 Google 云平台 (GCP) 中可以 create different service accounts with distinct roles. These roles give access to specific resources across different services. In addition to the already existing roles in Bigquery, GCP allows to set service accounts with customized roles。
为了控制成本,项目管理员或 BigQuery 管理员可以建立特定的 expiration date for a dataset and grant access to other service accounts with restricted permissions,例如 BigQuery Job User 或 BigQuery Data Viewer。这样,数据集中包含的所有表都将具有所有其他服务帐户无法修改的默认到期日期(由管理员设置)。