Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Apr 17, 2024
1 parent 2af36a4 commit 8d465cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/reference/data-test-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ version: 2
[columns](/reference/resource-properties/columns):
- name: <column_name>
tests:
- <test_name>: # Actual name of the test. For example, dbt_utils.equality
name: # Human friendly name for the test. For example, equality_fct_test_coverage
- <test_name>:
name:
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[fail_calc](/reference/resource-configs/fail_calc): <string>
Expand Down Expand Up @@ -195,8 +195,8 @@ version: 2
[columns](/reference/resource-properties/columns):
- name: <column_name>
tests:
- <test_name>: # Actual name of the test. For example, dbt_utils.equality
name: # Human friendly name for the test. For example, equality_fct_test_coverage
- <test_name>:
name:
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[enabled](/reference/resource-configs/enabled): true | false
Expand Down

0 comments on commit 8d465cc

Please sign in to comment.