表导出期间的Bigquery后端错误

表导出期间的Bigquery后端错误

本文介绍了表导出期间的Bigquery后端错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法将BigQuery中的任一表格作为csv文件导出到GCS。

I'm not able to export either of my table on Bigquery to GCS as a csv file.

Errors:
Backend error. Job aborted.

Recent Job ID: red-road-574:job_toeIKGmQhfTngclTNjy0z-Gt3_k
Start Time: 11:51am, 30 Jul 2014
End Time: 11:52am, 30 Jul 2014
Source Table: red-road-574:Geotab_test.LatLong
Destination URI: gs://GeotabBigData/red-road-574-temp


推荐答案

我怀疑桶名是这里的问题,因为桶只有小写字母才能使用

I suspect the bucket name is the problem here, as buckets are lowercase only per the GCS bucket naming guidelines

这篇关于表导出期间的Bigquery后端错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 11:50