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
■ BigQuery特有
■ 演算子
■ 句(節)
■ 関数
- coalesce()
- extract()
- greatest()
- ifnull()
- last_day()
- lead() / lag()
- left() / right()
- lower()
- nullif()
- parse_date()
- safe_cast()
- split()
- struct()
- unnest()
■ ERROR
- error
- Resources exceeded during query execution: Not enough resources for query planning - too many subqueries or query is too complex
[BIGQUERY] ADVANCE
[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)