We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845c8e3 commit 902569dCopy full SHA for 902569d
src/snowflake/connector/auth/workload_identity.py
@@ -44,7 +44,7 @@ def from_attestation(
44
return ApiFederatedAuthenticationType.GCP
45
if attestation.provider == AttestationProvider.OIDC:
46
return ApiFederatedAuthenticationType.OIDC
47
- return ValueError(f"Unknown attestation provider '{attestation.provider}'")
+ raise ValueError(f"Unknown attestation provider '{attestation.provider}'")
48
49
50
class AuthByWorkloadIdentity(AuthByPlugin):
0 commit comments