简体   繁体   English

谷歌云数据准备-从BigQuery导入数据集时出错

[英]google cloud data Prep - error when importing dataset from BigQuery

When I tring to import bigquery tables as dataset in my data Prep flow, I have the following error: 尝试将bigquery表作为数据准备流中的数据集导入时,出现以下错误:

Could not create dataset: I/o error. 无法创建数据集:I / O错误。

I tried to import many bigquery tables (which are from same BQ dataset) all of them successfully imported except this which has many columns (more than 2700 columns!). 我尝试导入许多bigquery表(来自相同的BQ数据集),所有这些表均已成功导入,除了它有许多列(超过2700列!)。 Maybe that's because of the large number of columns but I can't see any such limitation in Docs! 也许是因为列数很大,但是我在文档中看不到任何此类限制!

when I selecet the table ----> I have this message "Preview not available" like this: 当我选择表格---->时,我收到以下消息:“预览不可用”,如下所示: 在此处输入图片说明

and after clicking "import": 然后点击“导入”: 在此处输入图片说明

Does anyone have any idea why this is happening or has any suggestion? 有谁知道为什么会这样或有任何建议吗?

Dataprep documentation doesn't have maximum columns limitation, thus it's not probable that this is the problem. Dataprep文档没有最大列限制,因此,这不太可能是问题所在。

On the other hand, I have seen generic messages like 'I/O error' or simply red icons when importing data, and they are related to the data type conversion between Dataprep and BigQuery . 另一方面,在导入数据时,我看到了通用消息,例如“ I / O错误”或只是红色图标,它们与Dataprep和BigQuery之间数据类型转换有关。

I think that finding the types in BQ that are not compatibles in Dataprep and converting to one compatible should solve your issue. 我认为在BQ中查找与Dataprep不兼容的类型并将其转换为一种兼容应该可以解决您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google数据准备-无法从BigQuery导入表(从Google表格创建)“未找到任何内容” - Google Data Prep - cannot import table from BigQuery (created from Google Sheets) “Nothing found” 无法将超过 1000 个文件从 Google Cloud Storage 导入 Cloud Data Prep - Unable to import more than 1000 files from Google Cloud Storage to Cloud Data Prep 导入Google Cloud for Cloud AutoML时出错 - Error when importing google cloud for cloud AutoML 从公共谷歌云数据集中将嵌套数组加载到 bigquery - Loading nested array into bigquery from public google cloud dataset 从 google.cloud.speech 导入 SpeechClient 时出现属性错误 - Attribute Error when importing SpeechClient from google.cloud.speech 将数据从iOS推送到Google Cloud BigQuery - Pushing data from iOS to Google Cloud BigQuery Google Cloud Function 无法删除 Bigquery 数据集 - Google Cloud Function Not able to delete Bigquery Dataset 如何从“ Google Cloud函数”连接到“ Google Cloud BigQuery”公共数据集 - How to connect to “Google Cloud BigQuery” public dataset from “Google Cloud functions” 从 Google Cloud 客户端库中的 Google 表格访问 BigQuery 表时出现 OAuth 错误 - OAuth error when accessing BigQuery table from Google sheets in Google Cloud client library 自动从 Google Cloud 中的网站导入数据 - Automatically Importing Data From a Website in Google Cloud
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM