Skip to content

Commit

Permalink
Minor changes for the dbt clean section
Browse files Browse the repository at this point in the history
  • Loading branch information
asarraf authored Dec 24, 2024
1 parent a206377 commit 271a063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dbt Core v1.5 introduced model governance which we're continuing to refine. v1.

### dbt clean

Starting in v1.7, [dbt clean](website/docs/reference/commands/clean.md) will only clean paths within the current working directory. The `--no-clean-project-files-only` flag will delete all paths specified in the `clean-targets` section of `dbt_project.yml`, even if they're outside the dbt project.
Starting in v1.7, [dbt clean](reference/commands/clean) will only clean paths within the current working directory. The `--no-clean-project-files-only` flag will delete all paths specified in the `clean-targets` section of `dbt_project.yml`, even if they're outside the dbt project.

Check warning on line 69 in website/docs/docs/dbt-versions/core-upgrade/08-upgrading-to-v1.7.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean 'v1.7'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean 'v1.7'? ", "location": {"path": "website/docs/docs/dbt-versions/core-upgrade/08-upgrading-to-v1.7.md", "range": {"start": {"line": 69, "column": 13}}}, "severity": "WARNING"}

Supported flags:
- `--clean-project-files-only` (default)
Expand Down

0 comments on commit 271a063

Please sign in to comment.