All Products
Search
Document Center

Dataphin:Manage metadata inventory

Last Updated:Jun 17, 2026

The metadata inventory lists collected metadata and lets you query it from multiple perspectives, such as by data source or source system.

Permission description

Super administrators, system administrators, and custom global roles with Metadata Inventory-View permissions can manage the metadata inventory and view metadata details.

Limits

PolarDB-X (formerly DRDS) data source version 1.0 does not support collecting view information.

Manage metadata inventory list

  1. In the top menu bar of the Dataphin homepage, select Administration > Metadata.

  2. In the navigation pane on the left, select Metadata Management > Metadata Inventory to access the Metadata Inventory page.

  3. On the Metadata Inventory page, select the Data Table tab or the Dashboard tab to view metadata for different object types. The dashboard tab shows metadata for dashboards within a specified application system. You can switch between application systems in the upper right corner to view data from different systems.

    • Data Table: View metadata from the perspective of all metadata, data sources, or source systems.

      • When viewing all metadata, the list shows metadata name, description, collected data source and encoding, source system, metadata type, latest version, collection task, and update frequency.

      • When a specific data source is selected, the list shows metadata name, database/schema, description, metadata type, and the latest version. Click view details next to the list title or the data source to view collection task information, including data source name, data source encoding, collection task, update frequency, and source system.

      • When a source system is selected, the list shows metadata name, collected data source, data source encoding, metadata type, latest version, collection task, and update frequency. Click view details next to the list title or the source system to view its configuration details, including system name, type, description, operating personnel, and contact information.

    • Dashboard: Available only after dashboard metadata has been collected. View metadata from the perspective of all dashboards or workspace/folder.

  4. (Optional) The left directory tree offers various filtering methods depending on the object type.

    • Data Table Object: Switch between perspectives to browse metadata, or search and filter in the upper right corner.

      • Data Source Perspective: Browse metadata by the source data source configured for collection. The directory tree shows data source types. Expand a type and select a directory to filter the metadata list on the right.

      • Source System Perspective: Browse metadata by source system. Selecting a source system filters the metadata list on the right.

      • Search and Filter: Search by metadata name or description, filter Deleted Data, or filter by source data source, DB/schema, source system, metadata type, or perspective.

        • Data Source Perspective can be filtered by DB/schema and metadata type.

        • Source System Perspective can be filtered by source data source, DB/schema, and metadata type.

      • All Metadata: Click All Metadata to display all collected metadata.

    • Dashboard Object: Browse metadata by all dashboards or workspace, or search and filter in the upper right corner.

      • Workspace Perspective: Browse metadata by the source application system configured for collection. Selecting a workspace filters the dashboard list on the right.

      • All Dashboards: Click All Dashboards to view all metadata under the specified application system.

      • Search and Filter: Search by dashboard name or description, or filter by workspace/folder (available only when viewing all dashboards) and source dataset.

  5. The following operations are available for metadata objects.

    Operation item

    Description

    View metadata

    Supported only for data table objects. Click a collected data source name to switch to the data source perspective and locate it, or click a source system name to switch to the source system perspective and locate it.

    View collection task

    Supported only for data table objects. Click a collection task name to view its configuration. For dashboard objects, click the details icon next to the application system to view the corresponding collection task.

    View metadata details

    Click the metadata name or the Actions column's View icon to open the metadata details page. For more information, see view metadata details.

    View version details

    Supported only for data table objects with Metadata > Metadata Change Record data source table configuration enabled. Click the Actions column's Version Management icon to open the version management tab and view information across different versions. For more information, see version management.

    Delete

    If the source system data is not deleted, the data will be displayed again after the next collection.

View metadata details

  1. Click the name of the target metadata or the view icon in the actions column to access the Metadata Details page.

  2. On the Metadata Details page, the information displayed varies by asset object type.

    Data table

    Shows basic information, table details, field details, partition details, and version management.

    • Basic Information: Displays metadata name, data source type, data source and encoding, tenant mode (displayed only for OceanBase), associated schema/database/MaxCompute project, metadata type, and collection task details.

      View Collection Task: Click the collection task name to jump to the collection task list page and automatically filter the corresponding task.

    • Detail: Shows system property information for tables and views (including materialized views), such as business and technical properties.

      • Business Properties: Includes information about the source system to which it belongs.

      • Technical Properties: Includes description, whether it is a lake table, lake table format, storage class, volume, and other details. The collected information varies by data source. For more information, see metadata properties.

        Note
        • For Oracle tables, the storage volume is estimated by the number of table rows and the average space used per row (in bytes). This estimate does not include indexes, unused space, fragmentation, or other factors, and may be lower than the actual occupied space.

        • If the data source table is partitioned, the row count is typically an estimate for reference only. Whether it is updated depends on the metadata update mechanism of each data source system (such as MySQL, OceanBase, etc., which may require manual execution of the analyze command to update).

        • Currently, collecting row count information for the primary table of a partitioned table is not supported.

        • For OceanBase (Oracle tenant) data sources, execute the analyze command to update table row count information. The command is as follows:

          -- Replace the table name in braces ({}) with the name of your data table.
          analyze table {schema.tablename}  COMPUTE STATISTICS;
        • For data sources that support creating lake tables, such as Hive, the system determines whether it is a lake table and its corresponding format based on the collected information.

      • DDL Statement: For views or materialized views, you can view the DDL statement from the data source and copy it with a single click.

    • Field Details: For partitioned tables, you can view partition information, which varies for some data sources. For more information, see metadata properties.

      You can search by field name or description, or switch to view field details of different versions.

    • Partition Details: Partition information can only be collected from certain data source types. For more information, see metadata properties.

      Multi-level partitions are displayed based on the combination of each partition level, connected by forward slashes (/).

      Note

      The information on partition record counts and storage volumes is provided for reference purposes only.

    • Version Management: View version records of metadata. You can modify the number of viewable versions in Metadata > Metadata Change Record.

      A new version is generated when changes occur in the source system, based on the collection strategy and data changes. For explanations on generating metadata versions for different data sources, see metadata version.

      For example, if the data update strategy is configured to add new metadata, update changed metadata, and ignore deletions, a new metadata version will not be generated if there are no new or updated data in the source system during two consecutive collections, and only deletions have occurred.

      • You can search for versions by version name.

      • It displays the version number, updates compared to the previous version, table description, and version generation time. You can also view version comparison information.

        • Update Compared to the Previous Version: Shows metadata changes from the source system relative to the previous version, based on the collection strategy.

        • Version Comparison: View historical version records, including basic information, changed fields, and all fields. For details, see the version comparison below.

    Version comparison

    On the Version Comparison page, switch between versions to review metadata changes.

    • Version Selection: Choose the baseline and comparison versions to view differences between the two.

      • Baseline Version: Select from historical versions generated earlier than the comparison version.

      • Comparison Version: Select from new versions generated later than the baseline version.

    • Basic Information: Displays collection completion time, execution method, DDL statement (viewable for views/materialized views), and table property information affecting version generation. For table property information, see metadata version.

    • Changed Fields: Shows differences between the selected comparison version and the baseline version, including ordinal number, field name, data type, nullability, default value, description, and type of change.

      For instance, if the comparison version modifies a field's description, the change type for that field is an update.

    • All Fields: Displays all field information for both the baseline and comparison versions, including ordinal number, field name, data type, nullability, default value, and description.

    Dashboard

    Displays basic information, property details, and chart information for the dashboard.

    • Basic Information: Shows the dashboard's name, application system type, application system, and collection task details.

      • View Collection Task: Click the collection task name to navigate to the collection task list page and automatically filter the corresponding task.

      • View Metadata: You can quickly search for and switch between different metadata details.

      • View Dashboard: Click View Dashboard to go to the dashboard's detail page in the Quick BI system for more information.

    • Property Information: Displays the dashboard's properties, including business, management, and technical details.

      • Business Properties: Includes the dashboard's description.

      • Management Properties: Shows the BI workspace, folder, owner, last updater, last update time, authorization policy, public status, and public deadline.

        Public Status: Public reports are accessible via links without login, while private reports require login to the Quick BI system.

      • Technical Properties: Lists the source dataset name, total number of charts, and third-party embedding status.

    • Chart Information: Shows the latest collected chart details, including ordinal number, chart name, type, field type, and field name/data type.

      You can search by chart name or filter by chart type, dimension, and measure.