# 概述

Recurve 的 **数据管道（Data pipeline）** 模块让您能够高效编排数据工作流。您无需手动运行模型来获取结果，而是可以通过定义管道来自动化整个数据转换过程。你可以基于数据管道创建定期运行的调度任务、查看模型之间的依赖关系，并实时监控任务运行的状态。

在 Recurve 中，数据管道是另一种资产类型，可以包含多个模型。创建数据管道时，Recurve 会自动通过数据血缘推导查询模型之间的关系，并以 DAG（有向无环图）的形式进行可视化。

<figure><img src="/files/qpdHgbvLJnD81YkJC3lO" alt=""><figcaption></figcaption></figure>

## 核心功能

**数据管道** 模块当前支持以下功能：

* [**建模管道**](/cn-reorc-help-center/shu-ju-guan-dao/jian-mo-guan-dao.md)**：**&#x4ECE;数据模型创建管道。
* [**任务**](/cn-reorc-help-center/shu-ju-guan-dao/ren-wu-diao-du.md)**：**&#x914D;置数据流任务，并安排从数据管道中运行。


---

# Agent Instructions: 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://docs.reorc.com/cn-reorc-help-center/shu-ju-guan-dao/gai-shu.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.
