Skip to content

Commit

Permalink
kubernetes-public: Enable BigQuery Data Transfer
Browse files Browse the repository at this point in the history
Part of : kubernetes#1308
Ref: kubernetes#787
Followup of : kubernetes#2747

Enable GCP required service for data transfer

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Sep 17, 2021
1 parent 200132b commit de8f101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/gcp/bash/ensure-main-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ readonly MAIN_PROJECT_SERVICES=(
billingbudgets.googleapis.com
# We export billing data to bigquery
bigquery.googleapis.com
# We transfer data from other BigQuery datasets
bigquerydatatransfer.googleapis.com
# We use cloud asset inventory from this project to audit all projects
cloudasset.googleapis.com
# We require use of cloud shell to access clusters in this project
Expand Down

0 comments on commit de8f101

Please sign in to comment.