> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh/web-scraper-api/ji-cheng/snowflake-ji-cheng.md).

# Snowflake 集成

### Snowflake 集成功能说明

通过 Snowflake 集成功能，您可以将 Web Scraper 抓取任务的结果**自动上传**至指定的系统中，便于数据**备份、共享或后续处理分析**。

***

#### 集成配置：

**1. 集成功能名称**

为该集成任务自定义一个名称，方便后续管理和识别。\
建议根据用途或抓取对象命名，例如：“产品评论结果上传至 Snowflake”。

**2. 事件类型设置**

您可以根据需求选择以下两种方式之一来触发数据发送：

* **指定任务 ID**\
  适用于将已知的特定抓取任务结果发送到 Snowflake。\
  适合处理一个抓取工具的多个任务 ID 结果。\
  多个任务 ID 请使用英文逗号分隔，最多支持 10 个任务 ID。
* **跟随任务**\
  自动将该抓取工具后续产生的所有结果上传至 Snowflake。\
  一次配置，持续生效，除非手动关闭或删除该集成任务。\
  更适合持续性抓取或周期性任务的自动化数据归档。

**3. Snowflake 参数配置**

请配置以下信息以完成数据上传设置：

<details>

<summary><code>account_identifier</code> ，<strong>账户标识符（必填）</strong> </summary>

通常格式为 \<account\_name>.\<region\_id> 或 \<org\_name>-\<account\_name>，用于标识唯一的 Snowflake 实例。

</details>

<details>

<summary><code>database</code> ，<strong>数据库（必填）</strong></summary>

目标数据库的名称，是数据存储和查询的逻辑容器。

</details>

<details>

<summary><code>role</code> ，<strong>角色（必填）</strong></summary>

用户在 Snowflake 中的访问角色名称，用于决定权限范围。

</details>

<details>

<summary><code>user</code> ，<strong>用户（必填）</strong></summary>

登录 Snowflake 的用户名。

</details>

<details>

<summary><code>pwd</code> ，<strong>密码（必填）</strong></summary>

用户的密码，用于身份验证。

</details>

<details>

<summary><code>schema</code> ，<strong>架构（必填）</strong></summary>

数据库中的结构化命名空间，用于组织表、视图等对象。

</details>

<details>

<summary><code>stage</code> ，<strong>阶段（必填）</strong></summary>

内部阶段的名称，是 Snowflake 用来暂存文件的地方。

</details>

<details>

<summary><code>warehouse</code> ，<strong>仓库（必填）</strong></summary>

虚拟计算资源，用于执行 SQL 查询和数据加载任务。

</details>

<details>

<summary><code>file_type</code> ，<strong>文件格式（必填）</strong></summary>

Amazon 产品的结果可以选择 JSON 格式或者 CSV 格式发送。YouTube 产品的结果只可使用文件格式进行发送。\
参数值：`JSON` `CSV` `下载链接`

</details>

***

如需更多帮助，请通过邮箱 <support@thordata.com> 联系我们。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.thordata.com/doc/zh/web-scraper-api/ji-cheng/snowflake-ji-cheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
