- name: model_name
description: model description
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- column1
- column2
quote_columns: true
- dbt_expectations.expect_table_row_count_to_be_between:
min_value: 1
This type of tests are not take into account in the test coverage.