-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubernetes-public: Enable BigQuery Data Transfer #2749
kubernetes-public: Enable BigQuery Data Transfer #2749
Conversation
This is already deployed. enabled:
- bigquery.googleapis.com
+ - bigquerydatatransfer.googleapis.com
- bigquerystorage.googleapis.com
- billingbudgets.googleapis.com
- cloudasset.googleapis.com
@@ -58,8 +59,7 @@ expected:
- secretmanager.googleapis.com
- storage-api.googleapis.com
- storage-component.googleapis.com
-to_enable:
- - bigquerydatatransfer.googleapis.com
+to_enable: []
to_disable:
- bigquerystorage.googleapis.com
- cloudresourcemanager.googleapis.com |
Part of : kubernetes#1308 Ref: kubernetes#787 Followup of : kubernetes#2747 Enable GCP required service for data transfer Signed-off-by: Arnaud Meukam <[email protected]>
de8f101
to
fea2184
Compare
I enabled the job and did a manually sync.
|
Transfer was successful for tables
but not for the BigQuery views: Cannot copy table presubmit_times. Copying table is not supported for views, materialized views and external tables.
Cannot copy table week_flakes. Copying table is not supported for views, materialized views and external tables. Ref: https://cloud.google.com/bigquery/docs/copying-datasets#table_limitations |
I wouldn't worry about the views not being transferred, AFAIK those are either things humans added, or can be rebuilt by things like kettle, gubernator or triage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Part of : #1308
Ref: #787
Followup of : #2747
Enable GCP required service for data transfer
Signed-off-by: Arnaud Meukam [email protected]