We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Snowflake supports external browser auth for SSO. In that case the password is empty.
Currently the error results in
sqlalchemy.exc.ProgrammingError: (snowflake.connector.errors.ProgrammingError) 251006: None: Password is empty
See also https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#setting-up-browser-based-sso
Pass authenticator='externalbrowser' to the snowflake.connector.connect() function.
authenticator='externalbrowser'
snowflake.connector.connect()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Snowflake supports external browser auth for SSO. In that case the password is empty.
Currently the error results in
See also https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#setting-up-browser-based-sso
The text was updated successfully, but these errors were encountered: