-
Notifications
You must be signed in to change notification settings - Fork 0
Policies
hannahderegt edited this page Sep 17, 2021
·
1 revision
The Policies page of the application allows users to create business policies and data quality checks through an easy-to-navigate workflow.
The screen displays all the data quality policies created by the user in the application.
Users can navigate to/from and edit this segment of the application at any time. Each policy could be mapped to multiple data sources.
The following data types are currently supported for policy creation:
- Boolean
- Date/Time
- Decimal
- Phone Number (###)-###-####
- String
- UUID
- Whole Number
- Date Time Offset
- Timespan
The following logical operators are currently supported for policy creation:
- Equals (=)
- Does Not Equal (≠)
- Greater Than (>)
- Greater Than or Equal To (>=)
- Less Than (<)
- Less Than or Equal To (<=)
- Is Empty
- Is Not Empty
- Length Equal To
- Is Not Repeating Digits
- Is Not Consecutive Digits
- Starts With (or does not start with)
- Ends With (or does not end with)
- Contains (or does not contain)
- Run over Run Must Change
- Run over Run Must Not Change
- Does Exist
- Does Not Exist
For information purposes only.