We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c2223 commit 62e6a71Copy full SHA for 62e6a71
setup.cfg
@@ -95,6 +95,6 @@ pandas =
95
pyarrow<19.0.0
96
secure-local-storage =
97
keyring>=23.1.0,<26.0.0
98
-cloud-auth =
+aws =
99
boto3>=1.24
100
botocore>=1.24
src/snowflake/connector/wif_util.py
@@ -198,7 +198,7 @@ def create_aws_attestation() -> WorkloadIdentityAttestation | None:
198
_warn(
199
"Dependencies botocore and boto3 are not installed, cannot create AWS Workload Identity attestation."
200
"Please install these modules using the following command:\n"
201
- " pip install snowflake-connector-python[cloud-auth]"
+ " pip install snowflake-connector-python[aws]"
202
)
203
return None
204
0 commit comments