简体   繁体   English

从云存储桶加载数据时找不到数据集错误

[英]Dataset not found error while loading data from cloud storage bucket

I am new to GCP, I have my csv files kept in Cloud Storage Bucket.我是 GCP 的新手,我的 csv 文件保存在 Cloud Storage Bucket 中。 When I am trying to load them in my bigquery table from the console, I am receiving the below error:当我尝试从控制台将它们加载到我的 bigquery 表中时,我收到以下错误:

Error: Not found: Dataset Myproject1:Dataset1错误:未找到:数据集 Myproject1:Dataset1

Can anyone help me with this?谁能帮我这个?

This error generally occurs when your cloud storage bucket and bigquery dataset locations are different.当您的云存储桶和 bigquery 数据集位置不同时,通常会发生此错误。

For example: If your storage location is Asia and your bigquery dataset location is the United States(US), then you will end up getting this error.例如:如果您的存储位置是亚洲,而您的 bigquery 数据集位置是美国 (US),那么您最终会收到此错误。 You have to keep your storage bucket location as well as your Bigquery dataset location the same.您必须保持存储桶位置和 Bigquery 数据集位置相同。

You can refer to this documentation for more reference:您可以参考此文档以获取更多参考:

[1]https://cloud.google.com/bigquery/docs/locations#data-locations [1]https://cloud.google.com/bigquery/docs/locations#data-locations

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

相关问题 使用 gcsfuse 从 Cloud Storage Bucket 读取/写入数据 - Read/Write data to/from Cloud Storage Bucket using gcsfuse 将多个镶木地板文件从 Google Cloud Storage 加载到 Big Query 时出错 - Error while loading multiple parquet files from Google Cloud Storage to Big Query 从谷歌云存储桶中读取文件 - Reading files from google cloud storage bucket 从 Google Cloud Storage Bucket 下载文件夹 - Downloading folders from Google Cloud Storage Bucket 从 Google Cloud Storage 加载 csv 文件时出现 BigQuery 错误 - BigQuery error when loading csv file from Google Cloud Storage 将文件从 Azure blob 存储移动到 Google 云存储桶 - Moving Files from Azure blob storage to Google cloud storage bucket 使用 Cloud Function 将数据从 Cloud Storage 加载到 BigQuery(替代函数?) - Loading data into BigQuery from Cloud Storage using Cloud Function (Alternative to functions?) Google Cloud Storage Bucket 无法传入数据 - Google Cloud Storage Bucket can't transfer data in 从 GOOGLE CLOUD STORAGE BUCKET 下载多个文件 - Download multiple files from GOOGLE CLOUD STORAGE BUCKET 如何从谷歌云存储桶中获取项目名称/ID? - How to get project name/id from Google Cloud Storage bucket?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM