From 2f40b82153310fb3d27bb9293e625ec25304f0d7 Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Thu, 22 Aug 2024 11:20:53 +0200 Subject: [PATCH] Update src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java --- src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java b/src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java index da76015..fd9e21c 100644 --- a/src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java +++ b/src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java @@ -125,7 +125,7 @@ target: dev""" ), @Example( - title = "Clone a [Git repository](https://github.com/kestra-io/dbt-example) and build dbt models. Note that as the dbt project files are in a separate directory you need to both set the `projectDir` task property and use `--project-dir` in each dbt cli commands.", + title = "Clone a [Git repository](https://github.com/kestra-io/dbt-example) and build dbt models. Note that, as the dbt project files are in a separate directory, you need to both set the `projectDir` task property and use `--project-dir` in each dbt cli command.", full = true, code = """ id: dwh_and_analytics