diff --git a/dbt_core_integration.py b/dbt_core_integration.py index 0feff532f..927b56ee0 100644 --- a/dbt_core_integration.py +++ b/dbt_core_integration.py @@ -217,7 +217,7 @@ def default_profiles_dir(project_dir): profiles_dir = os.path.expanduser(os.environ["DBT_PROFILES_DIR"]) if os.path.isabs(profiles_dir): return os.path.normpath(profiles_dir) - return os.path.normpath(os.path.join(project_dir, profiles_dir)) + return os.path.normpath(profiles_dir) project_profiles_file = os.path.normpath(os.path.join(project_dir, "profiles.yml")) return ( project_dir