Anybody else get this certs error on the target-sn...
# troubleshooting
m
Anybody else get this certs error on the target-snowflake?
1
saw docs to tie to pip install certifi==2025.1.31”
r
We are seeing
Copy code
sqlalchemy.exc.OperationalError: (snowflake.connector.errors.OperationalError) 254007: 254007: The certificate is revoked or could not be validated: hostname=<http://sfc-eu-ds1-customer-stage.s3.amazonaws.com|sfc-eu-ds1-customer-stage.s3.amazonaws.com>
Still looking for a fix.
m
fork; tie version seems to be working
r
Thanks. So this
certifi
version breaks it? https://pypi.org/project/certifi/2025.4.26/
saw docs to tie to pip install certifi==2025.1.31
Curious where you saw this? I found https://github.com/certifi/python-certifi/issues/349
m
full story is here: https://status.snowflake.com/
ty 2
e
Quickest fix was to include
certifi==2025.1.31
in the
pip_url
for
target-snowflake
. Otherwise this is also patched in version 0.6.13 of the target. Thanks both!
ty 2
r
Yeah, ended up doing that. Thanks @Edgar Ramírez (Arch.dev)
l
That worked for us as well, thank you so much!
🙌 1