You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ configuration file (this file should not be checked into git). The following en
75
75
3. DBT_CH_TEST_PASSWORD - your ClickHouse password. Default=''
76
76
4. DBT_CH_TEST_PORT - ClickHouse client port. Default=8123 (The default is automatically changed to the correct port if DBT_CH_TEST_USE_DOCKER is enabled)
77
77
5. DBT_CH_TEST_DB_ENGINE - Database engine used to create schemas. Defaults to '' (server default)
78
-
6. DBT_CH_TEST_USE_DOCKER - Set to True to run clickhouse-server docker image (see tests/integration/docker-compose.yml). Requires docker-compose. Default=False
78
+
6. DBT_CH_TEST_USE_DOCKER - Set to True to run clickhouse-server docker image (see [tests/integration/docker-compose.yml](./tests/integration/docker-compose.yml)). Requires docker-compose. Default=False
79
79
7. DBT_CH_TEST_CH_VERSION - ClickHouse docker image to use. Defaults to `latest`
80
80
8. DBT_CH_TEST_INCLUDE_S3 - Include S3 tests. Default=False since these are currently dependent on a specific ClickHouse S3 bucket/test dataset
81
81
9. DBT_CH_TEST_CLUSTER_MODE - Use the profile value
0 commit comments