Skip to content

Commit

Permalink
Adding name field
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Apr 17, 2024
1 parent e27fe17 commit 2af36a4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions website/docs/reference/data-test-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ version: 2
<resource_type>:
- name: <resource_name>
tests:
- [<test_name>](#test_name):
- <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
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[fail_calc](/reference/resource-configs/fail_calc): <string>
Expand All @@ -99,7 +100,8 @@ version: 2
[columns](/reference/resource-properties/columns):
- name: <column_name>
tests:
- [<test_name>](#test_name):
- <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
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[fail_calc](/reference/resource-configs/fail_calc): <string>
Expand Down Expand Up @@ -178,7 +180,8 @@ version: 2
<resource_type>:
- name: <resource_name>
tests:
- [<test_name>](#test_name):
- <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
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[enabled](/reference/resource-configs/enabled): true | false
Expand All @@ -192,7 +195,8 @@ version: 2
[columns](/reference/resource-properties/columns):
- name: <column_name>
tests:
- [<test_name>](#test_name):
- <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
<argument_name>: <argument_value>
[config](/reference/resource-properties/config):
[enabled](/reference/resource-configs/enabled): true | false
Expand Down

0 comments on commit 2af36a4

Please sign in to comment.