All Products
Search
Document Center

Hologres:Data map

Last Updated:Mar 26, 2026

DataWorks Data Map is a data catalog module that lets you discover, understand, and govern Hologres data assets, including viewing metadata details, data lineage, and data category management. After you configure a metadata crawler, Hologres table metadata syncs automatically into Data Map, where you can search tables, inspect metadata details, and trace data lineage.

Limitations

  • Data Map requires Hologres V1.1 or later. If your instance runs an earlier version, see Common upgrade preparation errors for troubleshooting, or join the Hologres DingTalk group for feedback. For more information, see How do I get more online support?.

  • Data lineage is available in the following regions only: China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Hong Kong), and Singapore.

  • After you configure the crawler, data lineage information becomes available within one hour.

Prerequisites

Before you begin, make sure that you have:

  • A Hologres instance running V1.1 or later

  • A DataWorks workspace with the Hologres instance associated as a compute engine instance

  • A Hologres data source configured in DataWorks. If none exists, click Create to create one. For more information, see Add a Hologres data source

Collect metadata

Configure a metadata crawler to sync Hologres table metadata into Data Map.

  1. Go to the Data Map page. Log on to the DataWorks console. In the top navigation bar, select your region. In the left-side navigation pane, choose Data Governance > Data Map, then click Go to Data Map.

  2. In the top navigation bar, click Data Discovery.

  3. In the left-side navigation pane, choose Metadata Collection > Hologres.

  4. On the Hologres Metadata Crawler page, click Create Crawler.

  5. In the Create Crawler dialog box, complete the following steps. Step 1: Basic information Set the following parameters, then click Next. Step 2: Select a data source Step 3: Configure an execution plan Select how often the crawler collects metadata. The Cron Expression field updates automatically based on your selections. Click Next. Step 4: Confirm settings Review all settings in the Confirm Information step, then click Confirm.

    1. From the Data Source drop-down list, select your Hologres data source. Only Hologres instances associated with your workspace as compute engine instances appear in this list. If no data source is available, click Create to create one.

    2. Click Start Testing next to Test Crawler Connectivity. Wait for the The connectivity test is successful message. > Note: If the test fails, find and resolve the connection error before proceeding.

    3. Click Next.

    Important

    If you select a Monthly schedule, avoid selecting the 29th, 30th, or 31st as the collection date. Some months do not have these dates, and the crawler skips collection on those days.

    ParameterDescription
    Crawler NameRequired. Enter a unique name for the crawler.
    Crawler DescriptionOptional. Add a description for the crawler.
    WorkspaceSelect the workspace that contains the Hologres data source.
    Data Source TypeDefaults to Hologres and cannot be changed.
    Execution planBehaviorExample schedule
    On-demand ExecutionRuns only when you trigger it manually.
    HourlyRuns once per hour at a minute value that is a multiple of 5.At the 5th and 10th minutes of each hour.
    DailyRuns once per day at a specified time.At 01:00 each day.
    WeeklyRuns once per week on specified days at a specified time. If no time is set, defaults to 00:00:00.At 03:00 on Sunday and Monday.
    MonthlyRuns once per month on specified dates at a specified time.At 09:00 on the 1st, 11th, and 21st of each month.

    Basic Information step

View crawler status

After the crawler is created, it appears on the Hologres Metadata Crawler page. For each crawler, you can view:

FieldDescription
StatusCurrent state of the crawler (for example, Pending).
Execution planThe configured schedule.
Start timeWhen the last run started.
DurationHow long the last run took, and the average duration across all runs.
Tables updatedNumber of tables updated in the last run.
Tables createdNumber of tables created in the last run.

Manage crawlers

In the Actions column, use the following operations to manage your crawlers:

OperationDescription
DetailsView the crawler name, data source, and execution plan.
EditModify the crawler configuration.
RunTrigger an immediate metadata collection run. Available only when Execution Plan is set to On-demand Execution.
StopStop the crawler. Visible only when the crawler is in Pending state.
DeleteDelete the crawler.

Explore data assets

After metadata is collected, use the following Data Map features to explore your Hologres data assets.

Data overview

On the Data Overview page, view statistics and table information for all Hologres databases that have a crawler configured in the current region. For more information, see Data overview.

Data overview page

Search for tables

Search for tables in Data Map by table name, table description, field name, or field description. Filter results by category, project, or database. For more information, see Find tables.

Find tables page

View table details

Click a table name to open its details page. The details page shows:

  • Metadata: Basic information and output information for the table.

    Table metadata details

  • Data lineage: Table-level and field-level lineage, showing where data originates and how it flows across tables and fields.

    Data lineage graph

For more information, see View table details.