Skip to content

Commit 8a18eeb

Browse files
authored
Merge pull request #183519 from kromerm/assert3
Assert3
2 parents eea3c2c + 7edc379 commit 8a18eeb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ As updates are constantly made to the product, some features have added or diffe
105105

106106
[External Call transformation](https://www.youtube.com/watch?v=dIMfbwX8r0A)
107107

108+
[Assert transformation](https://www.youtube.com/watch?v=8K7flL7JWMo)
109+
108110
## Source and sink
109111

110112
[Reading and writing JSONs](https://www.youtube.com/watch?v=yY5aB7Kdhjg)

0 commit comments

Comments
 (0)