# 元数据

元数据（Metadata）本质上是“关于数据的数据”。在 Recurve 中，元数据指的是项目中各类资产的属性与描述，比如数据源、模型或数据管道。元数据有助于团队有效地共享资产信息，定义其行为，并管理其生命周期。

## 元数据类型

Recurve 支持以下几种元数据。需要注意的是，有些元数据仅适用于特定类型的资产。

<table data-full-width="false"><thead><tr><th width="210">元数据</th><th width="332.3333333333333">可选值</th><th>使用场景</th></tr></thead><tbody><tr><td><strong>状态 / Status</strong></td><td><ul><li>已发布 / Live： 该资产已被验证，准确无误并准备好使用。</li><li>进行中 / In progress： 默认状态——资产正在开发，尚未完成或发布。</li><li>已归档 / Archive: 该资产已被归档，不再推荐继续使用。</li></ul></td><td>状态表示资产的当前阶段，帮助团队和系统识别其在生命周期中的位置。</td></tr><tr><td><strong>所有者 / Owner</strong></td><td>所有者列表</td><td>所有者指明了资产的负责人，负责该资产的维护、更新和管理。</td></tr><tr><td><strong>物化 / Materialization</strong></td><td><ul><li>视图 / View</li><li>表 / Table</li><li>增量 / Incremental</li><li>临时 / Ephemeral</li></ul></td><td>物化控制资产的物化方式。请参考： <a data-mention href="/pages/cbx8Lh5N6gzzYfU9jkr6">/pages/cbx8Lh5N6gzzYfU9jkr6</a></td></tr><tr><td><strong>访问权限 / Access</strong></td><td><ul><li>公开 / Public： 任何模型均可引用该资产。</li><li>受保护 / Protected： 仅同一项目中的模型可以引用该资产。</li><li>私有 / Private： 无任何模型可以引用该资产，包括同一项目中的模型。</li></ul></td><td>访问权限允许您管理资产的访问权限，控制哪些模型可以引用该资产。</td></tr><tr><td><strong>标签 / Tags</strong></td><td>用户定义的标签</td><td><p>成员可以创建描述性标签，以帮助组织、查找和筛选模型。</p><p>例如： <code>finance</code> 或 <code>daily-report</code></p></td></tr><tr><td><strong>描述 / Description</strong></td><td>资产描述</td><td>成员可以为模型创建描述，以便传达其设计、用途和使用方式。</td></tr></tbody></table>

## 查看和编辑元数据

要查看和编辑资产的元数据，请在编辑器中打开该资产并点击 ![](/files/BwrkolFklOQtE4D9cBno) 图标。**元数据/Metadata** 将出现在右侧，您可以在其中编辑可用的属性。

<figure><img src="/files/HaXTw3Z5zpxCQte6Pbxm" 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/zi-chan-guan-li/yuan-shu-ju.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.
