리뷰 Service Accounts and Roles: Fundamentals개

리뷰 Service Accounts and Roles: Fundamentals개

리뷰 43173개

nice lab

Federico W. · 2개월 전에 리뷰됨

Ashneet C. · 2개월 전에 리뷰됨

Denys V. · 2개월 전에 리뷰됨

Christopher M. · 2개월 전에 리뷰됨

Claudiu K. · 2개월 전에 리뷰됨

Patrik M. · 2개월 전에 리뷰됨

student-03-c4547edb6a43@bigquery-instance:~$ python3 query.py Traceback (most recent call last): File "/home/student-03-c4547edb6a43/query.py", line 23, in <module> print(client.query(query).to_dataframe()) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/client.py", line 3410, in query return _job_helpers.query_jobs_insert( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/_job_helpers.py", line 158, in query_jobs_insert future = do_query() File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/_job_helpers.py", line 135, in do_query query_job._begin(retry=retry, timeout=timeout) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/job/query.py", line 1379, in _begin super(QueryJob, self)._begin(client=client, retry=retry, timeout=timeout) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/job/base.py", line 740, in _begin api_response = client._call_api( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/bigquery/client.py", line 827, in _call_api return call() File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/api_core/retry/retry_unary.py", line 293, in retry_wrapped_func return retry_target( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/api_core/retry/retry_unary.py", line 153, in retry_target _retry_error_helper( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/api_core/retry/retry_base.py", line 212, in _retry_error_helper raise final_exc from source_exc File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/api_core/retry/retry_unary.py", line 144, in retry_target result = target() File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 482, in api_request response = self._make_request( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 341, in _make_request return self._do_request( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/cloud/_http/__init__.py", line 379, in _do_request return self.http.request( File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/auth/transport/requests.py", line 537, in request self.credentials.before_request(auth_request, method, url, request_headers) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/auth/credentials.py", line 230, in before_request self._blocking_refresh(request) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/auth/credentials.py", line 193, in _blocking_refresh self.refresh(request) File "/home/student-03-c4547edb6a43/.local/lib/python3.9/site-packages/google/auth/compute_engine/credentials.py", line 132, in refresh raise new_exc from caught_exc google.auth.exceptions.RefreshError: ('Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/bigquery-qwiklab@qwiklabs-gcp-03-ec7e7c216396.iam.gserviceaccount.com/?recursive=true from the Google Compute Engine metadata service. Status: 404 Response:\nb\'<!DOCTYPE html>\\n<html lang=en>\\n <meta charset=utf-8>\\n <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">\\n <title>Error 404 (Not Found)!!1</title>\\n <style>\\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\\n </style>\\n <a href=//www.google.com/><span id=logo aria-label=Google></span></a>\\n <p><b>404.</b> <ins>That\\xe2\\x80\\x99s an error.</ins>\\n <p>The requested URL <code>/computeMetadata/v1/instance/service-accounts/bigquery-qwiklab@qwiklabs-gcp-03-ec7e7c216396.iam.gserviceaccount.com/?recursive=true</code> was not found on this server. <ins>That\\xe2\\x80\\x99s all we know.</ins>\\n\'', <google.auth.transport.requests._Response object at 0x7f997af34ca0>)

望儒 林. · 2개월 전에 리뷰됨

boreddy g. · 2개월 전에 리뷰됨

Prabhu A. · 2개월 전에 리뷰됨

Rishikesh P. · 2개월 전에 리뷰됨

aman k. · 2개월 전에 리뷰됨

Anil J. · 2개월 전에 리뷰됨

Golla R. · 2개월 전에 리뷰됨

varsha s. · 2개월 전에 리뷰됨

Bit too sure which part got stuck google.auth.exceptions.RefreshError: ('Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/student-04-ce61ee17236e@qwiklabs.net/?recursive=true from the Google Compute Engine metadata service. Status: 404 Response

Silly C. · 2개월 전에 리뷰됨

Murat T. · 2개월 전에 리뷰됨

Cristina C. · 2개월 전에 리뷰됨

Jeetender S. · 2개월 전에 리뷰됨

Alex F. · 2개월 전에 리뷰됨

Sarthak k. · 2개월 전에 리뷰됨

BHARAT G. · 2개월 전에 리뷰됨

Gábor E. · 2개월 전에 리뷰됨

TARUN G. · 2개월 전에 리뷰됨

Ivan M. · 2개월 전에 리뷰됨

Andrej B. · 2개월 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.