Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Needs more information
Created by Guest
Created on Mar 6, 2025

How to show data quality shown in column/lineage for special data quality measurement cases?

Your goal is to show the data quality on the lineage, right?  We have a couple "special cases" we're not sure how to handle.

First is related to "virtual tables" (as in IA terminology - I believe they are called something else in IKC).  The Data rule measurements do not connect to the underlying "real" column that is being measured.  Without the virtual table layer, it does connect.  We use virtual tables extensively due to performance reasons.

Second is related to cases where for measurements we load mainframe file contents based on appropriate copybook to our own DB2, and measure the quality from those db tables instead of the mainframe files.  In this case the real target is the file field in the mainframe file on the mainframe, not the db column.  Obviously there is a disconnect and the file field showing in lineage will not have any DQ info attached.

Third would be related to DQ measurements produced with some 3rd party solution - how to incorporate those also into the quality shown on the lineage?  There are cases where our users are unable or unwilling to use IA to measure the quality, so they provide the results in a standard format.

Needed By Quarter
  • Guest
    Reply
    |
    Apr 8, 2025

    1) We will use IKC DQ project asset type SQL Query.

    2) UC4 tool is moving mainframe fixed width files to IKC and we use DataStage with copybook to load those files to DB2 so that we can measure DQ of the file content.

    3) This will not fit to our use case. We use Data Rules created in IKC DQ module to measure the quality of the data.

  • Admin
    Yurii Plakhtii
    Reply
    |
    Mar 17, 2025

    Hello, I have a few questions for clarification:

    1. Which technology you are using for virtualization of the tables?

    2. Which approach are you using to get mainframe file to the Db2 table?

    Thanks in advance for the answers!

  • Guest
    Reply
    |
    Mar 15, 2025

    For the 3rd point please see how IBM DQ component is storing Quality Score by running Metadata Enrichment process.

    You can then check asset via API call GET {service_URL}/v2/assets/{asset_id}?catalog_id={catalog_id}


    You will notice DQ infomation there that's being processed by Knowledge Graph and visualized in the lineage UI