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
Option 2, generates the following error: Failed to connect to DB: VSB79059-AAE_CDTFA_RETURN.snowflakecomputing.com:443, The specified authenticator is not accepted by your Snowflake account configuration. Please contact your local system administrator to get the correct URL to use.
I will need to continue troubleshooting this locally. A good starting point is HERE
The text was updated successfully, but these errors were encountered:
melanie-logan
changed the title
Test dbt connections for Okta integrated accounts
Troubleshoot python errors encountered passing Okta Url to snowflake connector function
Mar 7, 2024
melanie-logan
changed the title
Troubleshoot python errors encountered passing Okta Url to snowflake connector function
Troubleshoot python errors encountered passing Okta url to snowflake connector function
Mar 7, 2024
Per issue #287, there are two methods for connecting to Okta integrated snowflake accounts using python:We
1.) Pass authenticator='externalbrowser'
2. Pass authenticator='https://<okta_account_name>.okta.com' to the snowflake.connector.connect() function
According to online guidance:
HERE and
HERE
Option 2, generates the following error:
Failed to connect to DB: VSB79059-AAE_CDTFA_RETURN.snowflakecomputing.com:443, The specified authenticator is not accepted by your Snowflake account configuration. Please contact your local system administrator to get the correct URL to use.
I will need to continue troubleshooting this locally. A good starting point is HERE
The text was updated successfully, but these errors were encountered: