[Tech debt] Remove duplicated definition of default_profiles_dir
(without adding circular dependency) #11142
Open
Description
Is this your first time submitting a feature request?
- I have read the expectations for open source contributors
- I have searched the existing issues, and I could not find an existing issue for this feature
- I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
The following code duplicated the definition of default_profiles_dir
within #6788 in order to avoid a circular dependency issue.
dbt-core/core/dbt/config/profile.py
Lines 167 to 174 in 7df04b0
We'd like to remove this duplication while still avoiding any circular dependencies.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
See proposed implementation in #11137
Anything else?
No response