An Azure service for ingesting, preparing, and transforming data at scale.
BUG - Automatic remapping in Dataflow for Flowlet in ADF
I have a problem with incorrect working UI in ADF. I think, that is not only problem with UI because when I am running this dataflow it's ended up with failed status.
Problem is:
I have created a few dataflows with flowlets within. I have used this many times and their work perfectly. Few day ago I found problem with one and tried to figure out where is the problem and I found this.
Dataflow looks like this:
and code is like this, where marked red is part for map attributes for created flowlet:
If I go to the Flowlet to the mapping settings, suddenly appears this:
System now showing me my mapping (like you can see in code), but mapping first attribute from previous stage to both columns, without any information that dataflow has changed (no request for publishing).
I have the same in all my dataflows where I've used flowlets. Sth it looks like this, where I've more than one version of mapping in code :
If someone has had the same and found where a problem is and/or found how to correct this, I would be grateful for the information.
Thank in advance.
Jack.