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
Connection statuses were added to the list of failure statuses in #8351, fixing the bug where dbt debug returned success (0 exit code) when the connection test failed.
However, this PR didn't contain a test for connection failures; the goal of this ticket is to create this test.
Housekeeping
Short description
Connection statuses were added to the list of failure statuses in #8351, fixing the bug where
dbt debug
returned success (0 exit code) when the connection test failed.However, this PR didn't contain a test for connection failures; the goal of this ticket is to create this test.
Acceptance Criteria
https://github.com/dbt-labs/dbt-core/pull/8351/files#diff-e6b4d7d3e818b6a57ae7a17ffe1b07a56e4b0b83ed0798a4f41a1beecfda9804R152
dbt debug
should return a non-zero exit statusFATAL: password authentication failed for user
in the log output (see #9297)Additional details
See #9297 (comment) for more details on the desired error message.
TLDR: there is currently a confusing error message for failed authentication in Windows:
Impact to Other Teams
N/A
Will backports be required?
No
The text was updated successfully, but these errors were encountered: