Skip to content

Commit aa73346

Browse files
authored
Merge pull request #108185 from kromerm/dataflow-1
Data Flow Source transform doc update
2 parents cc9bfa8 + a71a7c6 commit aa73346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-sink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once you have added a sink, configure via the **Sink** tab. Here you can pick or
4040

4141
**Schema drift:** [Schema Drift](concepts-data-flow-schema-drift.md) is data factory's ability to natively handle flexible schemas in your data flows without needing to explicitly define column changes. Enable **Allow schema drift** to write additional columns on top of what is defined in the sink data schema.
4242

43-
**Validate schema:** If validate schema is selected, the data flow will fail if any column in the defined schema of the dataset is not found.
43+
**Validate schema:** If validate schema is selected, the data flow will fail if any column of the incoming source schema is not found in the source projection, or if the data types do not match. Use this setting to enforce that the source data meets the contract of your defined projection. It is very useful in database source scenarios to signal that column names or types have changed.
4444

4545
## Field mapping
4646

0 commit comments

Comments
 (0)