We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5735fa6 commit d3864a8Copy full SHA for d3864a8
dbt_core_integration.py
@@ -217,7 +217,7 @@ def default_profiles_dir(project_dir):
217
profiles_dir = os.path.expanduser(os.environ["DBT_PROFILES_DIR"])
218
if os.path.isabs(profiles_dir):
219
return os.path.normpath(profiles_dir)
220
- return os.path.normpath(os.path.join(project_dir, profiles_dir))
+ return os.path.normpath(os.path.join(profiles_dir))
221
project_profiles_file = os.path.normpath(os.path.join(project_dir, "profiles.yml"))
222
return (
223
project_dir
0 commit comments