Skip to content

Commit b411dc7

Browse files
authored
Merge pull request #98403 from MaxAJames/patch-2
Update concepts-data-flow-schema-drift.md
2 parents 9a85650 + 009aac7 commit b411dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/concepts-data-flow-schema-drift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This video provides an introduction to some of the complex solutions that you ca
3636

3737
Columns coming into your data flow from your source definition are defined as "drifted" when they are not present in your source projection. You can view your source projection from the projection tab in the source transformation. When you select a dataset for your source, the service will automatically take the schema from the dataset and create a projection from that dataset schema definition.
3838

39-
In a source transformation, schema drift is defined as reading columns that aren't defined your dataset schema. To enable schema drift, check **Allow schema drift** in your source transformation.
39+
In a source transformation, schema drift is defined as reading columns that aren't defined in your dataset schema. To enable schema drift, check **Allow schema drift** in your source transformation.
4040

4141
:::image type="content" source="media/data-flow/schemadrift001.png" alt-text="Schema drift source":::
4242

0 commit comments

Comments
 (0)