Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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 Under review
Created by Guest
Created on Jan 15, 2026

Support transformations for the OpenLineage Column Level Lineage dataset facet.

Why it is useful?

Transformations are an integral part in any data flow representation. They comprise logic describing data, functions and process information that are vital for deriving lineage on an attribute.

A field of an output in Column Level Lineage Dataset Facet can contain transformation field. This includes transformations to understand which input columns are used to produce which output columns and in what way. It helps portray the nature of relation between the input and the output columns.

[https://openlineage.io/docs/spec/facets/dataset-facets/column_lineage_facet/]

Manta currently does not parse this information for lineage. Excluding it, Manta does not gather key information for a full end-to-end data lineage from source to target, crucial for understanding impact, troubleshooting, and governance within data platforms

Who would benefit from it ?

Any solution built on Manta using OpenLineage.

How it should work ?

Transformation in OpenLineage is described by 4 fields: type, subtype, description and masking. And each of these 4 fields can have different values. Type can be Direct or Indirect. And depending on the type, the subtype can have different values.

Manta should be able to parse both Direct and Indirect types of transformations.

It should be able to parse logic in the transformation field, aggregations, joins, filters, conditions, be able to read SQL clauses; that is essential to show the changes a field undergoes to get to the output.

Needed By Month