Skip to content

Commit 3c227b5

Browse files
Update docs/integrations/data-ingestion/etl-tools/dbt/index.md
Co-authored-by: Marta Paes <marta.paes.moreira@gmail.com>
1 parent 49b49b8 commit 3c227b5

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/etl-tools/dbt

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/etl-tools/dbt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you encounter issues connecting to ClickHouse from dbt, make sure the followi
167167

168168
### Understanding long-running operations {#understanding-long-running-operations}
169169

170-
Some operations may take longer than expected due to specific ClickHouse queries. To gain more insight into which queries are taking longer, you can increase the log level to `debug` as it will print the time used by each one. For example, this can be achieved by appending `---log-level debug` to the command.
170+
Some operations may take longer than expected due to specific ClickHouse queries. To gain more insight into which queries are taking longer, increase the [log level](https://docs.getdbt.com/reference/global-configs/logs#log-level) to `debug` — this will print the time used by each query. For example, this can be achieved by appending `--log-level debug` to dbt commands.
171171

172172
## Limitations {#limitations}
173173

0 commit comments

Comments
 (0)