You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Error occurs even if profiles_dir is specified in kwargs on dbt cli when the home/.dbt directory does not exist.
But it worked when I specified --profiles-dir in the args or when I specified it in an environment variable.
I don't think this is the expected result.
Expected Behavior
Even if home/.dbt does not exist, no error will occur if profiles_dir is specified.
Is this a new bug in dbt-core?
Current Behavior
Error occurs even if profiles_dir is specified in kwargs on dbt cli when the home/.dbt directory does not exist.
But it worked when I specified --profiles-dir in the args or when I specified it in an environment variable.
I don't think this is the expected result.
Expected Behavior
Even if home/.dbt does not exist, no error will occur if profiles_dir is specified.
Steps To Reproduce
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: