Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error name typo #2

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Fix error name typo #2

merged 1 commit into from
Oct 24, 2023

Conversation

bdeboe
Copy link
Contributor

@bdeboe bdeboe commented Oct 10, 2023

a customer ran into the following error connecting:

module 'dbt.exceptions' has no attribute 'FailedToConnectException'

I noticed this should probably have been FailedToConnectError (cf https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/exceptions.py) and is hiding the true connection error.

Tests and code checks workflow passed fine

CC @JacomienSU

change FailedToConnectException to FailedToConnectError (cf https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/exceptions.py)
@daimor daimor merged commit 6501e91 into caretdev:main Oct 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants