Share via

data flow sink not showing one of the columns

arkiboys 9,711 Reputation points
2023-06-19T07:48:44.8866667+00:00

hello,

in the dataflow of data factory, I have the source which gets data from sql server

Then I use select to get the columns I require and rename some of them.

for example: column1, column2, extract_date which I renamed to timestamp

All good so far.

In the alter row I have insert if set to true()

In the sink, I have the dataset pointing to sql server table to insert to.

Question:

In sink preview tab, I only see column1 and column2. Timestamp column is not shown.

Do you know why?

Thank you

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

{count} votes

Answer accepted by question author
  1. Subashri Vasudevan 11,306 Reputation points Volunteer Moderator
    2023-06-20T03:47:00.0566667+00:00

    Hi @arkiboys

    If you are able to see all the columns till alter row transformation, you should see it till sink too. Due to some reason it is not showing up. You may try to delete the sink and add it afresh, to let go of any cache issue. Since you have auto mapping enabled, that should be the easiest trial and error method.

    Please let us know how it goes.

    Thanks

    Suba

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.