Forum Discussion

abhidotnet's avatar
abhidotnet
Icon for Advocate II rankAdvocate II
1 year ago
Solved

Error - Mapping Sink is Empty.

I am attempting to create a pipeline in my workspace. During the activity of mapping the source and the destination columns, I believe, I have found a bug. 1. This is my table structure for a table ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi abhidotnet ,

     

    I have tested and when executing map column in data pipeline, the data pipeline may report an error if it is two different tables with mismatched column names or data types.

     

    Here are some of my suggestions:

     

    Columns in both tables should have similar or same names. This will make it easier for the mapping rules to recognize and match the columns.

     

    The data types of the columns involved in the mapping should be the same or compatible. For example, an integer column in one table can be mapped to an integer column in the other table, but not to a string column.

     

    Manually specify which columns are to be mapped in the mapping configuration, even if they have different names.

     

    Preprocess the data so that the column names and data types are as similar as possible before performing the mapping.

     

    If you have any other questions please feel free to contact me.

     

    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!