# 4. 验证数据处理流程

在发布和部署到生产环境之前，你可以使用 Recurve 的控制台（Console）在开发环境下模拟运行并构建数据模型。通过开发与生产环境的隔离，能够在不影响生产数据的情况下，快速验证数据处理逻辑。

控制台会构建模型并自动执行所有关联的数据测试。您可以检查生成的数据和测试结果，以便迭代改进数据清洗流程。

## 使用控制台

1. 在 **设计/Design** 中，点击底部工具栏的 **控制台/Console**，打开控制台部分。
2. 点击 **选择资产或管道/Choose assets or pipeline**。
3. 在弹出的窗口中，选择 **模型/Models** 并选中指定模型。

   我们可以选择这三个模型来验证它们。

   <figure><img src="/files/hArPChrt72MTmp7rbQRC" alt=""><figcaption></figcaption></figure>
4. 点击**保存/Save**。
5. 点击**运行/Run**。

   每个模型将会作为独立任务执行运行，运行顺序将按其依赖关系的顺序。

## 执行结果

任务运行需要一些时间，您可以监控每个任务的执行状态，任务将与其对应的模型一起显示。

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

如果出现错误，可点击任务以查看详细日志。在 **运行日志/Run logs** 标签页中，你可以查看模型构建过程的错误日志和测试用例结果。

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


---

# 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/kuai-su-kai-shi/4.-yan-zheng-shu-ju-chu-li-liu-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.
