关于“Partitioned Tables in Google BigQuery”的评价

36939 条评价

Priyanshu S. · 已于 over 4 years前审核

completed

Karthik S. · 已于 over 4 years前审核

Dongwon Y. · 已于 over 4 years前审核

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

Alessandro C. · 已于 over 4 years前审核

Nabil Z. · 已于 over 4 years前审核

Brandi Q. · 已于 over 4 years前审核

Kasireddy V. · 已于 over 4 years前审核

Diana M. · 已于 over 4 years前审核

Umamaheshwar G. · 已于 over 4 years前审核

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.

Hector F. · 已于 over 4 years前审核

石原寛太 S. · 已于 over 4 years前审核

Daniel A. · 已于 over 4 years前审核

Enrique Z. · 已于 over 4 years前审核

Rajiv K. · 已于 over 4 years前审核

Rahul B. · 已于 over 4 years前审核

Abdallah H. · 已于 over 4 years前审核

Fares A. · 已于 over 4 years前审核

Too many bugs.

Spyros M. · 已于 over 4 years前审核

Aditya K. · 已于 over 4 years前审核

Markus N. · 已于 over 4 years前审核

Lin S. · 已于 over 4 years前审核

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

Geraldine C. · 已于 over 4 years前审核

le c. · 已于 over 4 years前审核

Rose Z. · 已于 over 4 years前审核

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

Camilo S. · 已于 over 4 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。