Skip to content

Commit 5800c0a

Browse files
authored
Merge pull request #114838 from uni-prog/patch-1
Corrected Typo
2 parents d3e365d + 814bd5d commit 5800c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/tutorial-data-flow-adventure-works-retail-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ With the databases created, ensure the dataflows are pointing to the correct tab
5050
## Troubleshoot the pipelines
5151
If the pipeline fails to run successfully, there's a few main things to check for errors.
5252

53-
* Dataset schema. Make sure the data settings for the CSV files are accurate. If you included row headers, make sure the how headers option is checked on the database table.
53+
* Dataset schema. Make sure the data settings for the CSV files are accurate. If you included row headers, make sure the row headers option is checked on the database table.
5454
* Data flow sources. If you used different column or table names than what were provided in the example schema, you'll need to step through the data flows to verify that the columns are mapped correctly.
5555
* Data flow sink. The schema and data format configurations on the target database will need to match the data flow template. Like above, if any changes were made you those items will need to be aligned.
5656

0 commit comments

Comments
 (0)