Data Catalog Package Installation and Configuration Guide
This guide provides step-by-step instructions for installing and configuring the Data Catalog package in Incorta.
- Prerequisites
- Pre-Installation setup
- Installation steps
- Post-Installation verification
- Initial load
- Dashboard customization requirements
Prerequisites
- Ensure you have Tenant Owner or Admin privileges to perform this installation.
- Install the following components from Marketplace → Components: Slicer, Multi Slicer, Dual KPI, and Relative Date Slicer
- For Cloud Instances:
- Navigate to Marketplace → Components.
- Search for the components listed above.
- Select Install for each component.
- Wait for installation to complete.
- Verify the installation by confirming the components appear in the installed components list.
- For On-Prem Installations:
- Go to Incorta Marketplace.
- Search for and download the components listed above.
- Save the component files to your local machine.
- For Cloud Instances:
- Identify your metadata database type:
- On-Premise deployments: MySQL or Oracle (confirm with your administrator)
- Cloud deployments: MySQL
Pre-Installation setup
Upload components to Incorta (On-Premise only)
- In Incorta, navigate to an existing dashboard or create a temporary one.
- Select Edit to enter edit mode.
- Locate and open the Add Insight panel on the right side of the page.
- Select External Component → Add Component.
- Select Upload, then select the first component file.
- Repeat step 5 for each of the remaining components.
- Select Refresh or reload the dashboard page.
- Verify the installation by opening Add Insight → External Component and confirming that all components are listed.
Create a metadata datasource
- Navigate to Data Sources.
- Create a new datasource with the following details:
| Setting | Value |
|---|---|
| Name | _incortametadata (must match exactly) |
| Type | MySQL or Oracle (based on your metadata DB) |
| Connection | Must point to your Incorta metadata database |
- Test the connection.
- Select Save.
Important
The datasource name must be exactly _incortametadata for the package to function.
Installation steps
Step 1: Download and extract the package
- Download
data-catalog-blueprints.zip:- Select Data Catalog → More Options (⋮) → Download Catalog Overview Assets
OR - Select Data Quality → More Options (⋮) → Download Catalog Overview Assets
- Select Data Catalog → More Options (⋮) → Download Catalog Overview Assets
- Extract
data-catalog-blueprints.zip. - The extracted contents include:
- MySQL folder
- Oracle folder
load_plans.zipfile
- Navigate into your metadata type folder: MySQL or Oracle
- Extract the
data-catalog.zipfile inside that folder. - The extracted
data-catalogfolder contains:schemas.zipbusiness_schemas.zipdashboards.zip
Folder structure overview
data-catalog-blueprints/├── MySQL/│ └── data-catalog/ ← Extract and work from here│ ├── schemas.zip│ ├── business_schemas.zip│ └── dashboards.zip├── Oracle/│ └── data-catalog/ ← Extract and work from here│ ├── schemas.zip│ ├── business_schemas.zip│ └── dashboards.zip└── load_plans.zip ← Use from parent folder
Step 2: Import schemas
- Navigate to Schema → Import.
- Select
schemas.zipfrom the extracted data-catalog folder.- The location is
MySQL/data-catalog/schemas.zipfor MySQL andOracle/data-catalog/schemas.zipfor Oracle.
- The location is
- Enable Overwrite (required for both new installs and upgrades).
Imported schemas
_incortaGovernanceMetadatadataCatalogdatacatalog_audit
Step 3: Import business schemas
- Navigate to Business Schema → Import.
- Select
business_schemas.zipfrom the extracted data-catalog folder. - Enable Overwrite (required for both new installs and upgrades).
Imported business schemas
Data_Catalog_Audit_KPISData_Classification_BV_V1
Step 4: Import dashboards
- Navigate to Content → New → Import Folder/Dashboard.
- Import
dashboards.zipwith Overwrite enabled (required for both new installs and upgrades).
Imported folder
The Data Catalog Samples folder contains the following dashboards:
Data Catalog Audit KPISData Classification KPIS V1
Step 5: Import and configure load plan
- Navigate to Scheduler → Load Plan → Import Load Plan.
- Select
load_plans.zipfrom the main data-catalog-blueprints folder (not from inside MySQL/Oracle). - Enable Overwrite (required for both new installs and upgrades).
Imported load plan
- Data Catalog Load Plan: Refreshes data catalog metrics
- Default Schedule: Weekly
- To Modify Schedule:
- Navigate to Scheduler → Load Plans.
- Select the plan to modify.
- Select Edit Schedule.
- Adjust frequency and timing as needed.
- Save changes.
Post-Installation verification
Verify schemas
- Navigate to Schema.
- Confirm that all three schemas are present.
Verify load plans
- Navigate to Scheduler → Load Plans.
- Confirm both load plans exist.
- Check configuration and schedule settings.
Verify business schemas
- Navigate to Business Schema.
- Confirm that two business schemas are present.
- Ensure tables are accessible without errors.
Verify dashboards
- Navigate to Content → Data Catalog Samples folder.
- Verify that all dashboards render correctly.
Initial load
After installation, you must run the load plans as follows:
- Navigate to Scheduler → Load Plans.
- Select Data Catalog Load Plan → Run Now.
- Wait for completion (monitor progress in Schema → Load Jobs).
- After the load finishes successfully, verify that all dashboards under Content → Data Catalog Samples folder render correctly.
Dashboard customization requirements
To customize the overview dashboards, Data Governors require the following permissions:
- Analyze User role
- View access to all required imported schemas and business schemas
Grant access
Tenant Owners or Admins should complete the following steps to grant access:
- Add Data Governors to a group with the Analyze User role assigned.
- Share the following schemas with the Data Governor group:
- Imported Schemas (3):
_incortaGovernanceMetadatadataCatalogdatacatalog_audit
- Business Schemas (2):
Data_Catalog_Audit_KPISData_Classification_BV_V1
- Imported Schemas (3):
- Share the Data Catalog Samples folder with the Data Governor group and grant Edit permission.
Note
Without these permissions, Data Governors can view dashboards only when the folder is shared with at least View permission, and cannot edit or customize them.