Skip to content

Commit

Permalink
fix: add minor change in report failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-salvi-apptware committed Oct 25, 2024
1 parent 3176e71 commit 9c1c556
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ def authenticate(self, connection_args: "DremioSourceConfig") -> None:
self.report.failure("Failed to authenticate", str(e))
sleep(1) # Optional: exponential backoff

self.report.failure(
"Credentials cannot be refreshed. Please check your username and password."
)
raise DremioAPIException(
"Credentials cannot be refreshed. Please check your username and password."
)
Expand Down

0 comments on commit 9c1c556

Please sign in to comment.