Skip to content

Commit b4d19a0

Browse files
Updated readme to bring store_test_results section into setup instructions (#36)
1 parent dd570d9 commit b4d19a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ The purpose of the dq tool is to make simple storing test results and visualisat
5050
dbt run -s dq_tools
5151
```
5252

53+
- Then, decide to save the test result in dbt command:
54+
55+
```bash
56+
dbt test --vars '{dq_tools_enable_store_test_results: True}'
57+
dbt build --vars '{dq_tools_enable_store_test_results: True}'
58+
```
59+
60+
Alternatively, we can also enable this variable in <code>dbt_project.yml`</code>:
61+
```yml
62+
vars:
63+
# to store the test results in db table
64+
dq_tools_enable_store_test_results: True
65+
```
66+
5367
See [Installation Instructions](#installation-instructions) in more details.
5468

5569
## 3 Functional layers

0 commit comments

Comments
 (0)