-
Couldn't load subscription status.
- Fork 537
Description
What happened?
t = DeltaTable('s3://bucket/prefix')
This used to work up to v 1.1.4 with my AWS SSO configuration but staring v1.2.0 I am getting this error
I posted the relevant logs below, but the key seems to be "This behavior requires following cargo feature(s) enabled: sso."
I looked at the pyproject.toml for release 1.2.1 and tried the extras (pandas & pyarrow) but that didn't help. Is there a workaround? For now I am downgrading to 1.1.4
Expected behavior
The expected behavior was to get a reference to a DeltaLake object.
Operating System
Linux
Binding
Python
Bindings Version
1.2.0 and 1.2.1
Steps to reproduce
No response
Relevant logs
[2025-10-23T16:10:08Z WARN aws_config::meta::credentials::chain] provider failed to provide credentials provider=Profile error=the credentials provider was not properly configured: ProfileFile provider could not be built: This behavior requires following cargo feature(s) enabled: sso. (InvalidConfiguration(InvalidConfiguration { source: "ProfileFile provider could not be built: This behavior requires following cargo feature(s) enabled: sso. " }))
[2025-10-23T16:10:08Z WARN aws_config::meta::credentials::chain] provider failed to provide credentials provider=DefaultChain error=the credentials provider was not properly configured: ProfileFile provider could not be built: This behavior requires following cargo feature(s) enabled: sso. (InvalidConfiguration(InvalidConfiguration { source: "ProfileFile provider could not be built: This behavior requires following cargo feature(s) enabled: sso. " }))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/atzannes/code/github/delta-table-ops/.venv/lib/python3.12/site-packages/deltalake/table.py", line 166, in __init__
self._table = RawDeltaTable(
^^^^^^^^^^^^^^
_internal.DeltaError: Kernel error: Error interacting with object store: Operation not supported: the credentials provider was not properly configuredMetadata
Metadata
Assignees
Labels
No labels