ReOrc docs
Get ReOrc
English
English
  • About ReOrc
  • Set up and deployment
    • Set up organization
    • Install ReOrc agent
  • Getting started
    • 1. Set up a connection
      • BigQuery setup
    • 2. Create a project
    • 3. Create data models
    • 4. Build models in console
    • 5. Set up a pipeline
  • Connections
    • Destinations
      • Google Service Account
    • Integrations
      • Slack
  • Data modeling
    • Overview
    • Sources
    • Models
      • Model schema
      • Model configurations
    • Jinja templating
      • Variables
      • Macros
    • Materialization
    • Data lineage
    • Data tests
      • Built-in generic tests
      • Custom generic tests
      • Singular tests
  • Semantic modeling
    • Overview
    • Data Modelling vs Semantic Layer
    • Cube
      • Custom Dimension
      • Custom Measure
        • Aggregation Function
        • SQL functions and operators
        • Calculating Period-over-Period Changes
      • Relationship
    • View
      • Primary Dimension
      • Add Shared Fields
    • Shared Fields
    • Integration
      • Guandata Integration
      • Looker Studio
  • Pipeline
    • Overview
    • Modeling pipeline
    • Advanced pipeline
    • Job
  • Health tracking
    • Pipeline health
    • Data quality
  • Data governance
    • Data protection
  • Asset management
    • Console
    • Metadata
    • Version history
    • Packages and dependencies
  • DATA SERVICE
    • Overview
    • Create & edit Data Service
    • Data preview & download
    • Data sharing API
    • Access control
  • AI-powered
    • Rein AI Copilot
  • Settings
    • Organization settings
    • Project settings
    • Profile settings
    • Roles and permissions
  • Platform Specific
    • Doris/SelectDB
Powered by GitBook
On this page
  • Metadata types
  • View and edit metadata
  1. Asset management

Metadata

PreviousConsoleNextVersion history

Last updated 15 days ago

Metadata is essentially "data about data". In ReOrc, metadata include properties and description of a particular asset in your project, such as source, model, or pipeline. Metadata can help your team effectively communicate asset information, set up the behavior, and manage its lifecycle.

Metadata types

ReOrc supports the following metadata. Some metadata only apply to specific asset types.

Metadata
Value
Usage

Status

  • Live: The asset is considered accurate and ready for use.

  • In progress: Default status - the asset is being developed and not yet finalized.

  • Archive: The asset is archived and no longer recommended for use.

Status indicates the current status of the asset, helping the team and system identify its stage in the lifecycle.

Owner

List of the owners

Owner specifies the owners of the asset, who are responsible for its maintenance, updates, and management.

Materialization

  • View

  • Table

  • Incremental

  • Ephemeral

Access

  • Public: Any models can reference the asset.

  • Protected: Only models from the same project can reference the asset.

  • Private: No models, including those in the same project, can reference this asset.

Access allows you to manage access permissions of the asset, controlling which models can reference it.

Tags

User-defined text

Members can create descriptive tags to help organize, find, and filter a model. For example: finance or daily-report.

Description

Description of the asset

Members can create description of a model to communicate the design, purpose, and usage.

View and edit metadata

To view and edit metadata of an asset, open the asset in editor and click on the icon. The Metadata panel appears on the right side where you can edit the available properties.

Materialization controls how the asset is materialized. See: .

Materialization