Skip to content

Commit 242e2ee

Browse files
authoredJan 13, 2022
Update data-flow-assert.md
Adding requirement of unique Assert ID under its section.
1 parent 6a6fb4d commit 242e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/data-factory/data-flow-assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Select ```fail data flow``` if you wish to have your data flow activity fail imm
4141

4242
### Assert ID
4343

44-
Assert ID is a property where you will enter a (string) name for your assertion. You will be able to use the identifier later downstream in your data flow using ```hasError()``` or to output the assertion failure code.
44+
Assert ID is a property where you will enter a (string) name for your assertion. You will be able to use the identifier later downstream in your data flow using ```hasError()``` or to output the assertion failure code. Assert IDs must be unique within each dataflow.
4545

4646
### Assert description
4747

0 commit comments

Comments
 (0)