리뷰 Vertex AI 2.5 기반 JupyterLab의 BigQuery개

리뷰 20302개

Anand N. · 3년 초과 전에 리뷰됨

In the notebook, we need to install "google-cloud-bigquery-storage" using !pip install google-cloud-bigquery-storage

Rajesh S. · 3년 초과 전에 리뷰됨

Vignesh R. · 3년 초과 전에 리뷰됨

Arbaz R. · 3년 초과 전에 리뷰됨

Bhupendra V. · 3년 초과 전에 리뷰됨

Juan D. · 3년 초과 전에 리뷰됨

--------------------------------------------------------------------------- ImportError Traceback (most recent call last) /opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/magics/magics.py in _make_bqstorage_client(client, use_bqstorage_api, client_options) 709 try: --> 710 from google.cloud import bigquery_storage # noqa: F401 711 except ImportError as err: ImportError: cannot import name 'bigquery_storage' from 'google.cloud' (unknown location) The above exception was the direct cause of the following exception: ImportError Traceback (most recent call last) /tmp/ipykernel_3945/1327333500.py in <module> ----> 1 get_ipython().run_cell_magic('bigquery', 'df', 'SELECT\n depdelay as departure_delay,\n COUNT(1) AS num_flights,\n APPROX_QUANTILES(arrdelay, 10) AS arrival_delay_deciles\nFROM\n `cloud-training-demos.airline_ontime_data.flights`\nWHERE\n depdelay is not null\nGROUP BY\n depdelay\nHAVING\n num_flights > 100\nORDER BY\n depdelay ASC\n') /opt/conda/lib/python3.7/site-packages/IPython/core/interactiveshell.py in run_cell_magic(self, magic_name, line, cell) 2471 with self.builtin_trap: 2472 args = (magic_arg_s, cell) -> 2473 result = fn(*args, **kwargs) 2474 return result 2475 /opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/magics/magics.py in _cell_magic(line, query) 579 580 bqstorage_client = _make_bqstorage_client( --> 581 client, use_bqstorage_api, bqstorage_client_options, 582 ) 583 /opt/conda/lib/python3.7/site-packages/google/cloud/bigquery/magics/magics.py in _make_bqstorage_client(client, use_bqstorage_api, client_options) 716 "the --use_rest_api magic option." 717 ) --> 718 raise customized_error from err 719 720 try: ImportError: The default BigQuery Storage API client cannot be used, install the missing google-cloud-bigquery-storage and pyarrow packages to use it. Alternatively, use the classic REST API by specifying the --use_rest_api magic option. ​

Wenjun L. · 3년 초과 전에 리뷰됨

Vasantha M. · 3년 초과 전에 리뷰됨

Arash Z. · 3년 초과 전에 리뷰됨

Vikram S. · 3년 초과 전에 리뷰됨

Jitesh V. · 3년 초과 전에 리뷰됨

Kyung H. · 3년 초과 전에 리뷰됨

Santhoshpriyan B. · 3년 초과 전에 리뷰됨

Badri M. · 3년 초과 전에 리뷰됨

Tejas W. · 3년 초과 전에 리뷰됨

Steven R. · 3년 초과 전에 리뷰됨

Manish J. · 3년 초과 전에 리뷰됨

Balchandra D. · 3년 초과 전에 리뷰됨

Chinmay J. · 3년 초과 전에 리뷰됨

data set not found ;(

David S. · 3년 초과 전에 리뷰됨

need to install google-cloud-storage

kevin w. · 3년 초과 전에 리뷰됨

Raul P. · 3년 초과 전에 리뷰됨

Canburak T. · 3년 초과 전에 리뷰됨

ALEJANDRO R. · 3년 초과 전에 리뷰됨

Gloria P. · 3년 초과 전에 리뷰됨

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