# 建模管道

建模管道（Modeling pipeline）是包含数据模型的管道。您可以创建一个管道来描述多个模型的工作流，并安排任务定期运行该工作流。

## 创建建模管道

包含以下步骤：

1. 在您的 Recurve 项目中，进入 **数据设计/Data Design > 数据管道/Pipelines**。
2. 点击 **+** 图标，选择 **创建建模管道/Creating modeling pipeline**。
3. 为您的管道提供一个名称。
4. 选择该管道应包含的模型。
5. 在 **变量设置/Variable settings** 中，您可以查看与模型相关联的变量列表。

   对于每个变量，您可以决定是否锁定当前值；这适用于动态变量，例如当前日期时间。您还可以提供自定义值。

<figure><img src="/files/0QgIZMD60Wjc3qVZCv0n" alt="" width="375"><figcaption></figcaption></figure>

6. 点击**确认/Confirm**。

   新建的建模管道将被添加到 **模型/Models** 文件夹下，并在 DAG 视图中展示。
7. 点击**发布/Publish**。

数据管道被创建并发布后，您就可以开始通过任务调度运行。请查阅： [任务调度](/cn-reorc-help-center/shu-ju-guan-dao/ren-wu-diao-du.md)。


---

# 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/jian-mo-guan-dao.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.
