Deprecated: setting log-path
+ target-path
in dbt_project.yml
#3014
Labels
content
Improvements or additions to content
dbt-core v1.5
Docs impact for the v1.5 release (Apr 2023)
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Milestone
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/project-configs/log-path
https://docs.getdbt.com/reference/project-configs/target-path
What part(s) of the page would you like to see updated?
We are deprecating the ability to set these configs in
dbt_project.yml
, in favor of setting them as CLI flags or env vars. This is much more consistent with how other flags are set/passed during app initialization.In v1.5, there will be backwards compatibility for continuing to set these configs in
dbt_project.yml
. We plan to remove this back compat in a future (as-of-yet-undetermined) version ofdbt-core
.Additional information
dbt-labs/dbt-core#7185
The text was updated successfully, but these errors were encountered: