Google BigQuery のパーティション分割されたテーブル のレビュー

36939 件のレビュー

Sehgal Priyanshu · 4年以上前にレビュー済み

completed

S Karthik · 4年以上前にレビュー済み

Yoon Dongwon · 4年以上前にレビュー済み

As per recent data, there is an error when querying the gsod_noaa dataset because of the table's naming. Here's the correction: SELECT DATE(CAST(year AS INT64), CAST(mo AS INT64), CAST(da AS INT64)) AS date, (SELECT ANY_VALUE(name) FROM `bigquery-public-data.noaa_gsod.stations` AS stations WHERE stations.usaf = stn) AS station_name, -- Stations may have multiple names prcp FROM `bigquery-public-data.noaa_gsod.gsod*` AS weather WHERE prcp < 99.9 -- Filter unknown values AND prcp > 0 -- Filter stations/days with no precipitation AND CAST(LEFT(_TABLE_SUFFIX,4) AS int64) >= 2018 ORDER BY date DESC -- Where has it rained/snowed recently LIMIT 10

Cosci Alessandro · 4年以上前にレビュー済み

ZAIM Nabil · 4年以上前にレビュー済み

Quijano Brandi · 4年以上前にレビュー済み

Venkatesh Kasireddy · 4年以上前にレビュー済み

Marilla Diana · 4年以上前にレビュー済み

G Umamaheshwar · 4年以上前にレビュー済み

Running this lab today (20211130) is causing issues since in the noaa_gsod dataset there are two tables "gsod2020-2021-11-28T21_02_22" and "gsod2020-2021-11-28T21_02_43" that are breaking the "CAST(_TABLE_SUFFIX AS int64) >= 2018" function.

Fiel Martin Hector · 4年以上前にレビュー済み

Signin 石原寛太 · 4年以上前にレビュー済み

Alejandro Figueroa Arias Daniel · 4年以上前にレビュー済み

Zapata Enrique · 4年以上前にレビュー済み

Kashyap Rajiv · 4年以上前にレビュー済み

Bhaskarini Rahul · 4年以上前にレビュー済み

HAMZA Abdallah · 4年以上前にレビュー済み

Al-Qunaieer Fares · 4年以上前にレビュー済み

Too many bugs.

Mintzas Spyros · 4年以上前にレビュー済み

Khobragade Aditya · 4年以上前にレビュー済み

Nutz Markus · 4年以上前にレビュー済み

Shan Lin · 4年以上前にレビュー済み

The queries against the public dataset fail as is, because there seems to be extra snapshots in the dataset and you can't cast the table suffix as a timestamp

Carter Geraldine · 4年以上前にレビュー済み

chien le · 4年以上前にレビュー済み

Zhao Rose · 4年以上前にレビュー済み

Some issues with the ability to deal with this due to the public data set having table suffixes which failed the data conversion to bit64

Sanchez Camilo · 4年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。