[Tech debt] Remove duplicated definition of default_profiles_dir
(without adding circular dependency)
#11142
Closed
3 tasks done
Labels
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is this your first time submitting a feature request?
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
The text was updated successfully, but these errors were encountered: