Hi Wardie;) ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As per my understanding, you want to understand if Dataflow will be able to handle the change in source data with updated values and reflect the same in sink or not.
I assume that when you say source has transformed data, it means mean not only the values are updated in source but the source schema is changed as well? Please correct if my understanding is wrong.
In such cases, you can levergae the
Allow Schema drift
option present in both source and sink transformation.
- When schema drift is enabled, all incoming fields are read from your source during execution and passed through the entire flow to the Sink.
- By default, all newly detected columns, known as drifted columns, arrive as a string data type. If you wish for your data flow to automatically infer data types of drifted columns, check Infer drifted column types in your source settings.
To enable schema drift, check Allow schema drift in your source transformation.
For more details, kindly check this documentation: Schema drift in mapping data flow
Hope it helps. Please let us know if the suggestion helped in resolving your query. Thankyou