From 77bc71d987e816bd114b1d802c37858ef34b360a Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:30:35 +0100 Subject: [PATCH] Update website/docs/guides/duckdb-qs.md --- website/docs/guides/duckdb-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/duckdb-qs.md b/website/docs/guides/duckdb-qs.md index f6f043d3bf8..2bd0f21fb4c 100644 --- a/website/docs/guides/duckdb-qs.md +++ b/website/docs/guides/duckdb-qs.md @@ -116,7 +116,7 @@ cd docs-duckdb - [dbt compile](https://docs.getdbt.com/reference/commands/compile) — generates executable SQL from your project source files - - [dbt run](https://docs.getdbt.com/reference/commands/run) — compiles and runs your project + - [dbt run](https://docs.getdbt.com/reference/commands/run) — compiles and runs your project - [dbt test](https://docs.getdbt.com/reference/commands/test) — compiles and tests your project - [dbt build](https://docs.getdbt.com/reference/commands/build) — compiles, runs, and tests your project - [dbt docs generate](/reference/commands/cmd-docs#dbt-docs-generate) - generates your project's documentation.