Skip to content

Commit

Permalink
Update 08-upgrading-to-v1.7.md
Browse files Browse the repository at this point in the history
Correct the instructions for `dbt clean` section of Upgrading to 1.7
  • Loading branch information
asarraf authored Dec 24, 2024
1 parent 6a1e40d commit cf53465
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` will only clean paths within the current working directory. The `--no-clean-project-files-only` flag will delete all paths specified in `clean-paths`, even if they're outside the dbt project.
Starting in v1.7, `dbt 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.

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

0 comments on commit cf53465

Please sign in to comment.