Skip to content

Commit

Permalink
Update src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller authored and loicmathieu committed Aug 22, 2024
1 parent b2f9db0 commit 2f40b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/dbt/cli/DbtCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f40b82

Please sign in to comment.