azure data flow not writing column to file

javier 936 Reputation points
2022-10-04T03:37:38.467+00:00

When debugging my data flow pipeline I get at least one value for field latest_dispatch (see image adf1).

247160-adf1.png

however when the file is written i get a blank column (see latest_dispatch2 column in adf2). why is that?

247273-adf2.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Suba Balaji 11,206 Reputation points
    2022-10-04T05:52:26.53+00:00

    Hi @javier

    It could be obsolete data thats in the cache. To force cache refresh, rename any source activity and do a refresh in data preview. And then see if you still see the one record.

    Let's know how it goes.

    Thanks

    0 comments No comments