简体   繁体   English

将数据从 BigQuery 加载到 Snowflake

[英]Load data from BigQuery to Snowflake

My data is in Big Query now I have to load data from Big Query to Snowflake.我的数据在 Big Query 中,现在我必须将数据从 Big Query 加载到 Snowflake。 So Here like to know that how can we do that in Google by using which service we can do that.所以 Here 想知道我们如何通过使用我们可以做到的服务在 Google 中做到这一点。

If there is any help document that will be great help.如果有什么帮助文档,那将是很大的帮助。

Thanks in Advance提前致谢

There are 2 basic options有2个基本选项

  1. Write the data out to Google Storage and load it into Snowflake using its standard COPY INTO command将数据写出到 Google Storage 并使用其标准 COPY INTO 命令将其加载到 Snowflake
  2. Use a tool that can read data from BQ and write to Snowflake - whether that's a specific ETL tool or a general coding tool like Python使用可以从 BQ 读取数据并写入 Snowflake 的工具——无论是特定的 ETL 工具还是通用编码工具,如 Python

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

相关问题 无法将数据从 CoLab 加载到 Bigquery - unable to Load data from CoLab to Bigquery 从 GCS 加载_Csv_data 到 Bigquery - Load_Csv_data from GCS to Bigquery 使用数据流将数据从 MySQL 加载到 BigQuery - Load data from MySQL to BigQuery using Dataflow Airflow:如何将数据从 REST API 加载到 BigQuery? - Airflow: How to load data from a REST API to BigQuery? 有什么好的方法可以快速将数据从 BigQuery 加载到 Clickhouse 中吗? - Is there a good way to load data from BigQuery into Clickhouse quickly? 将数据从胶水加载到雪花 - Loading data from glue to snowflake Bigquery 在流式传输时无法加载所有数据 - Bigquery cannot load all data when streaming 如何从 GCS 将数据加载到 BigQuery(使用 load_table_from_uri 或 load_table_from_dataframe)而不复制 BQ 表中的现有数据 - how to load data into BigQuery from GCS (using load_table_from_uri or load_table_from_dataframe) without duplicating existing data in the BQ table 无法将 json 文件中的数据加载到 bigquery,因为 json 在不同情况下具有相同的键 - Unable to load the data from json files to bigquery, as the jsons have same key with different cases 如何在 BigQuery 中加载 shapefile? 有没有更简单的方法在 BigQuery 中上传多边形数据? - How to load a shapefile in BigQuery? Is there a simpler way to upload polygon data in BigQuery?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM