How can I map custom input parameter for Validation component in Ataccama One Web UI?




How can I map custom input parameter for Validation component in Ataccama One Web UI?
Best answer by joyce
Hi
For example, if there is a single DQ rule reused for several range checks. The Monitoring Project Report tab, will have several DQ checks with the same name but varying rule logic or ranges. It would be difficult to differentiate between the rules.
Additionally, the Post-Processing Plan writes the DQ rule names per invalid record. If the same DQ rule is reused, the DQ rule name would not be very helpful in identifying why a record is invalid. Having separate DQ range checks, allows users to easily identify why a record is invalid based on the DQ Rule Name applied. See example below:
Reuse of a single DQ range check invalid records export:
DQ Rule Name | Record Value | Record ID | Invalid DQ Rule Explanation |
DQ Range Check | 10 | 1 | Invalid |
DQ Range Check | 20 | 2 | Invalid |
DQ Range Check | 30 | 3 | Invalid |
Using separate DQ range checks invalid records export:
DQ Rule Name | Record Value | Record ID | Invalid DQ Rule Explanation |
Value Less Than 5 | 10 | 1 | Greater_than_5 |
Value Less Than 10 | 20 | 2 | Greater_than_10 |
Value Less Than 15 | 30 | 3 | Greater_than_15 |
Hope this helps!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.