Skip to content

Commit d9f5f57

Browse files
author
Pfitzn
authored
Update README.md (#32)
I understood the instruction to set a variable in `dbt_profile.yml` to be a mix-up with `dbt_project.yml`.
1 parent 9fa70d4 commit d9f5f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ It should be created automatically within your upstream dbt command. If not, all
156156

157157
### 2. Configure your DQ schema with `dbt_dq_tool_schema` variable:
158158

159-
Value for variable `dbt_dq_tool_schema: your_schema_name` needs to be added to dbt_profile.yml file in your project. And then, optionally add `dbt_dq_tool_database: your_database_name` which default value is `target.schema` in `profiles.yml` file
159+
Value for variable `dbt_dq_tool_schema: your_schema_name` needs to be added to dbt_project.yml file in your project. And then, optionally add `dbt_dq_tool_database: your_database_name` which default value is `target.schema` in `profiles.yml` file
160160

161161
e.g.
162162

0 commit comments

Comments
 (0)