既知の問題

Response too large to Return

"レガシー SQL"を使って、比較的大きな結果を返すクエリーを実行した際に、以下のようなエラーになる場合があります。

Error : Response too large to return. Consider setting destinationTable or (for legacy SQL queries) setting allowLargeResults to true in your job configuration. For more details, see https://cloud.google.com/bigquery/troubleshooting-errors [responseTooLarge]

この問題を回避するには、 Standard SQL Mode のチェックボックをクリックし、標準SQLを使ってクエリーを実行します。すると以下のように結果を取得することができます。

Googleクラウドストレージ経由でインポートを試すとAccess Deniedとなる

Googleクラウドストレージ経由でインポートを試すと以下のようなエラーが出ることがあります。

Access Denied: BigQuery BigQuery: Permission denied while writing data. [accessDenied]

これは、Google BigQueryの設定で選択したバケットに書き込み権限がない場合に発生するエラーです。書き込み権限のあるバケットを選択してください。