Sink transformation in mapping data flow - Synapse Analitycs

Eddynson Vega 152 Reputation points
2021-08-19T20:05:38.25+00:00

I am developing a dataflow in Synapse and in the sink step, I do not understand why reason in the mapping in the columns of the output does not let me define a name to the column, but I get selection.

124802-screenshot-14.png

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,556 Reputation points Microsoft Employee Moderator
    2021-08-20T05:58:22.23+00:00

    Hi @Anonymous ,

    Thank you for posting query in Microsoft Q&A Platform.

    When you have schema defined inside your dataset(which is used in your Sink Transformation) then you will be not allowed to define alias names for your output columns. You should select it from dropdown.

    In your case your sink dataset may has schema defined inside it, hence data flows asking you to select output column names from dropdown.

    If your sink dataset will not have schema defined in it, then data flow will allow users to give there own output column names.

    Hope this will help. Please let us know if any further queries. Thank you.

    -------------------------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.