Skip to main content

Home

Configuring Unity Catalog for Data page

The Data page displays KPIs and insights about the data that applications read, create, and edit. For this, Unravel collects data from metastores, filesystems, and applications that run on the clusters monitored by Unravel. Unravel supports getting data from Unity Catalog. This section provides instructions to configure Unity Catalog for receiving data on Unravel's Data page.Data

Prerequisites

User should have Metastore Admin role. Refer Admin role for Unity Catalog for more information.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Enable Unity Catalog, by setting the following property to true.

    Unravel installation directory>/manager config properties set unravel.databricks.unity.catalog.enable true
  3. Add workspace IDs to the configuration.

    Unravel installation directory>/manager config properties set unravel.databricks.workspace_ids=<workspaceid1>,<workspaceid2>

    For example: ./opt/unravel/manager config properties set unravel.databricks.workspace_ids=6692172710999360,6692172710999365

  4. Apply Changes

    <Unravel installation directory>/unravel/manager config apply
  5. Start Unravel.

    <Unravel installation directory>/unravel/manager start