Data Quality Package Installation and Configuration Guide
This guide provides step-by-step instructions for installing and configuring the Data Quality 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
For Oracle users, Business Rules Compliance Overview features do not function as Data Studio does not support Oracle metadata. As a result, schemas do not load data and the dashboard does not display metrics. The following are affected:
Data_Quality_RulesandData_QualityschemasData_Quality_BSbusiness schema- Business Rules Compliance Overview dashboard
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.
The datasource name must be exactly _incortametadata for the package to function.
Installation steps
Step 1: Download and extract the package
- Download
data-quality-blueprints.zipusing:- The provided download link, or
- Select Data Quality → More Options (⋮) → Download Quality Overview Assets
- Extract
data-quality-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-quality.zipfile inside that folder. - The extracted
data-qualityfolder contains:schemas.zipbusiness_schemas.zipdashboards.zip
Folder structure overview
data-quality-blueprints/├── MySQL/│ └── data-quality/ ← Extract and work from here│ ├── schemas.zip│ ├── business_schemas.zip│ └── dashboards.zip├── Oracle/│ └── data-quality/ ← 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-quality folder.- The location is
MySQL/data-quality/schemas.zipfor MySQL andOracle/data-quality/schemas.zipfor Oracle.
- The location is
- Enable Overwrite (required for both new installs and upgrades).
Imported schemas
_incortaGovernanceMetadataMetadata_Quality_EvaluationMetadata_QualityData_Quality_RulesData_QualityDataCatalog_DataQualityEvaluationDataCatalog_DataQuality
Step 3: Import business schemas
- Navigate to Business Schema → Import.
- Select
business_schemas.zipfrom the extracted data-quality folder. - Enable Overwrite (required for both new installs and upgrades).
Imported business schemas
Data_Quality_BSMetadata_Quality_BVData_Quality_Overview
Step 4: Import dashboards
- Navigate to Content → New → Import Folder/Dashboard.
- Unzip
dashboards.zipfrom the extracted data-quality folder. - Enable Overwrite for each dashboard (required for both new installs and upgrades).
Imported dashboards (under Data Quality → Governance Overview)
- Data Quality
- Metadata Quality
- Business Rules Compliance
The imported dashboards are intentionally accessible only from the Data Quality → Overview page and do not appear in the standard dashboard search.
Step 5: Import and configure load plan
- Navigate to Scheduler → Load Plan → Import Load Plan.
- Select
load_plans.zipfrom the main data-quality-blueprints folder (not from inside MySQL/Oracle). - Enable Overwrite (required for both new installs and upgrades).
Imported load plan
- Data Quality Load Plan: Refreshes data quality metrics and rules
- 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 seven 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 all three business schemas are present.
- Ensure tables are accessible without errors.
Verify dashboards
- Navigate to Data Quality → Overview.
- Verify all three overview tabs are visible.
- Open each overview to confirm it loads properly.
Initial load
After installation, you must run the load plans as follows:
- Navigate to Scheduler → Load Plans.
- Select Data Quality Load Plan → Run Now.
- Wait for completion (monitor progress in Schema → Load Jobs).
- After the load finishes successfully, verify that all overview tabs under Data Quality display data.
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 (7):
_incortaGovernanceMetadataMetadata_Quality_EvaluationMetadata_QualityData_Quality_RulesData_QualityDataCatalog_DataQualityEvaluationDataCatalog_DataQuality
- Business Schemas (3):
Data_Quality_BSMetadata_Quality_BVData_Quality_Overview
- Imported Schemas (7):
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.