Skip to content

Commit ddf3509

Browse files
authored
Update data-flow-assert.md
1 parent 72d5159 commit ddf3509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: makromer
66
ms.service: data-factory
77
ms.subservice: data-flows
88
ms.topic: conceptual
9-
ms.date: 12/17/2021
9+
ms.date: 12/22/2021
1010
---
1111

1212
# Assert transformation in mapping data flow
@@ -17,6 +17,8 @@ ms.date: 12/17/2021
1717

1818
The assert transformation enables you to build custom rules inside your mapping data flows for data quality and data validation. You can build rules that will determine whether values meet an expected value domain. Additionally, you can build rules that check for row uniqueness. The assert transformation will help to determine if each row in your data meets a set of criteria. The assert transformation also allows you to set custom error messages when data validation rules are not met.
1919

20+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWRdIu]
21+
2022
:::image type="content" source="media/data-flow/data-flow-assert-001.png" alt-text="Assert type":::
2123

2224
## Configuration

0 commit comments

Comments
 (0)