Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 407 Bytes

at_least_one.md

File metadata and controls

16 lines (12 loc) · 407 Bytes

at_least_one (source)

Asserts that a column has at least one value.

Usage:

 models:
  - name: model_name
    columns:
      - name: col_name
        tests:
          - dbt_utils.at_least_one

This test supports the group_by_columns parameter; see Grouping in tests for details.