-
Notifications
You must be signed in to change notification settings - Fork 9
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: Fir 11539 setting non existing account n #175
fix: Fir 11539 setting non existing account n #175
Conversation
src/firebolt/async_db/connection.py
Outdated
elif account_name: | ||
# We need to manually validate account_name since it's not validated | ||
# in neither of above cases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be if
instead? So if above cases pass it still validates the account name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Account name gets validated in those cases since it's used to get/resolve engine url.
I'll extend a comment explaining that
cb3b4bb
to
4320c98
Compare
Kudos, SonarCloud Quality Gate passed! |
Fixed missing errors for invalid account_name for
ResourceManager
andconnect