Skip to content

Commit 4f89eca

Browse files
authored
Yet one more attempt to reach 80!!!
1 parent f18b77e commit 4f89eca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/data-factory/data-flow-troubleshoot-guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ This section lists common error codes and messages reported by mapping data flow
231231

232232
### Error code: DF-DELTA-KeyColumnMissed
233233

234-
- **Message**: Key column(s) should be specified for non-insertable operations.
234+
- **Message**: Key columns should be specified for non-insertable operations.
235235
- **Cause**: Key columns are missed for non-insertable operations.
236236
- **Recommendation**: To have non-insertable operations, specify key columns on delta sink.
237237

@@ -393,13 +393,13 @@ This section lists common error codes and messages reported by mapping data flow
393393

394394
### Error code: DF-Executor-InvalidPartitionFileNames
395395

396-
- **Message**: File names cannot have empty value(s) while file name option is set as per partition.
396+
- **Message**: File names cannot have empty values while file name option is set as per partition.
397397
- **Cause**: Invalid partition file names are provided.
398398
- **Recommendation**: Check your sink settings to have the right value of file names.
399399

400400
### Error code: DF-Executor-InvalidPath
401401

402-
- **Message**: Path does not resolve to any file(s). Make sure the file/folder exists and is not hidden.
402+
- **Message**: Path does not resolve to any files. Make sure the file/folder exists and is not hidden.
403403
- **Cause**: An invalid file/folder path is provided, which can't be found or accessed.
404404
- **Recommendation**: Check the file/folder path, and make sure it is existed and can be accessed in your storage.
405405

@@ -535,7 +535,7 @@ This section lists common error codes and messages reported by mapping data flow
535535
- **Recommendation**: Check the syntactical correctness of the given query. Ensure to have a non-quoted query string when it is referenced as a pipeline parameter.
536536

537537
### Error code: DF-Executor-ParameterParseError
538-
- **Message**: Parameter stream has parsing errors. Not honoring the datatype of parameter(s) could be one of the causes.
538+
- **Message**: Parameter stream has parsing errors. Not honoring the datatype of parameters could be one of the causes.
539539
- **Cause**: Parsing errors in given parameters.
540540
- **Recommendation**: Check the parameters having errors, ensure the usage of appropriate functions, and honor the datatypes given.
541541

@@ -589,7 +589,7 @@ This section lists common error codes and messages reported by mapping data flow
589589

590590
### Error code: DF-Hive-InvalidDataType
591591

592-
- **Message**: Unsupported Column(s).
592+
- **Message**: Unsupported Columns.
593593
- **Cause**: Unsupported Columns are provided.
594594
- **Recommendation**: Update the column of input data to match the data type supported by the Hive.
595595

@@ -611,7 +611,7 @@ This section lists common error codes and messages reported by mapping data flow
611611

612612
### Error code: DF-JSON-WrongDocumentForm
613613

614-
- **Message**: Malformed records are detected in schema inference. Parse Mode: FAILFAST. It could be because of a wrong selection in document form to parse json file(s). Please try a different 'Document form' (Single document/Document per line/Array of documents) on the json source.
614+
- **Message**: Malformed records are detected in schema inference. Parse Mode: FAILFAST. It could be because of a wrong selection in document form to parse json files. Please try a different 'Document form' (Single document/Document per line/Array of documents) on the json source.
615615
- **Cause**: Wrong document form is selected to parse JSON files.
616616
- **Recommendation**: Try different **Document form** (**Single document**/**Document per line**/**Array of documents**) in JSON settings. Most cases of parsing errors are caused by wrong configuration.
617617

@@ -651,7 +651,7 @@ This section lists common error codes and messages reported by mapping data flow
651651

652652
### Error code: DF-MSSQL-InvalidDataType
653653

654-
- **Message**: Unsupported field(s).
654+
- **Message**: Unsupported fields.
655655
- **Cause**: Unsupported fields are provided.
656656
- **Recommendation**: Modify the input data column to match the data type supported by MSSQL.
657657

@@ -916,7 +916,7 @@ This section lists common error codes and messages reported by mapping data flow
916916
### Error code: DF-SAPODP-KeyColumnsNotSpecified
917917

918918

919-
- **Message**: Key column(s) should be specified for non-insertable operations (updates/deletes)
919+
- **Message**: Key columns should be specified for non-insertable operations (updates/deletes)
920920
- **Cause**: This error occurs when you skip selecting **Key Columns** in the sink table.
921921
- **Recommendations**: Allowing delete, upsert and update options requires a key column to be specified. Specify one or more columns for the row matching in sink.
922922

0 commit comments

Comments
 (0)