Google Big Queryからデータをインポートするときに、"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]

解決

この問題を回避するには、 プロジェクメニューから「データコネクション」を選択します。

image

続いて、データコネクションのダイアログが開いたら、コネクションのダイアログ内のGoogle Big Queryのコネクションの「編集」ボタンをクリックします。

image

するとGoogle Big Queryの編集ダイアログが表示されるため、 標準SQL のチェックボックスにチェックが付いていない場合はそちらをクリックし、標準SQLを使ってクエリーを実行します。

image