Article Outline
To copy a table, the destination and source datasets must be in the same region. Copy an entire dataset to move data between regions.
TOC
Collection Outline
[BIGQUERY] 分析入門
[BIGQUERY] SQL
■ 関数
- approx_count_distinct()
- coalesce()
- countif()
- extract()
- ifnull()
- lead() / lag()
- left() / right()
- lower()
- nullif()
- parse_date()
- percentile_()
- row_number()
- safe_cast()
- split()
- st_distance()
- struct()
- unnest()
■ 演算子
■ 句(節)
■ BigQuery特有
■ ERROR
- To copy a table, the destination and source datasets must be in the same region. Copy an entire dataset to move data between regions.
- Resources exceeded during query execution: Not enough resources for query planning - too many subqueries or query is too complex
[BIGQUERY] ML
[BIGQUERY] DS
■ DS100ノック
■
[BIGQUERY] GA
|| ERROR
作成したクエリの抽出結果(300万レコード程)を一時的にテーブル化しようとしたら、以下のようなエラーが出て困った。。
To copy a table, the destination and source datasets must be in the same region. Copy an entire dataset to move data between regions.
似たような事象の人が相談していた。(*2)
だがしかし、分からん。。
|| REFERENCE
- データセットのコピーの設定 - GoogleCloud
- Location error on BigQuery - GoogleCloud(*2)