Skip to content

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:

  1. Boolean
  2. Date/Time
  3. Decimal
  4. E-Mail
  5. Phone Number (###)-###-####
  6. String
  7. UUID
  8. Whole Number
  9. Date Time Offset
  10. Timespan

The following logical operators are currently supported for policy creation:

  1. Equals (=)
  2. Does Not Equal (≠)
  3. Greater Than (>)
  4. Greater Than or Equal To (>=)
  5. Less Than (<)
  6. Less Than or Equal To (<=)
  7. Is Empty
  8. Is Not Empty
  9. Length Equal To
  10. Is Not Repeating Digits
  11. Is Not Consecutive Digits
  12. Starts With (or does not start with)
  13. Ends With (or does not end with)
  14. Contains (or does not contain)
  15. Run over Run Must Change
  16. Run over Run Must Not Change
  17. Does Exist
  18. Does Not Exist

image

Clone this wiki locally