Skip to content

Commit

Permalink
Remove deprecated paths from dbt_project.yml (#5333)
Browse files Browse the repository at this point in the history
[Preview](https://docs-getdbt-com-git-dbeatty10-patch-6-dbt-labs.vercel.app/reference/dbt_project.yml)

## What are you changing in this pull request and why?

We deprecated `log-path` and `target-path` from `dbt_project.yml`
beginning in v1.5 via dbt-labs/dbt-core#7185.

So this PR removes them from the docs for `dbt_project.yml` for later
versions to reduce confusion.

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
dbeatty10 authored Apr 24, 2024
1 parent 04c62e0 commit f080c81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/docs/reference/dbt_project.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ The following example is a list of all available configurations in the `dbt_proj
[docs-paths](/reference/project-configs/docs-paths): [directorypath]
[asset-paths](/reference/project-configs/asset-paths): [directorypath]

[target-path](/reference/global-configs/json-artifacts): directorypath
[log-path](/reference/global-configs/logs): directorypath
[packages-install-path](/reference/project-configs/packages-install-path): directorypath

[clean-targets](/reference/project-configs/clean-targets): [directorypath]
Expand Down Expand Up @@ -123,8 +121,6 @@ vars:
[docs-paths](/reference/project-configs/docs-paths): [directorypath]
[asset-paths](/reference/project-configs/asset-paths): [directorypath]

[target-path](/reference/global-configs/json-artifacts): directorypath
[log-path](/reference/global-configs/logs): directorypath
[packages-install-path](/reference/project-configs/packages-install-path): directorypath

[clean-targets](/reference/project-configs/clean-targets): [directorypath]
Expand Down

0 comments on commit f080c81

Please sign in to comment.