Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 293 Bytes

unique.md

File metadata and controls

15 lines (12 loc) · 293 Bytes

unique (source)

Checks if the values in a specific column or a combination of columns are unique.

Usage:

 models:
  - name: orders
    columns:
      - name: order_id
        tests:
          - unique
          - not_null