We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delta-rs version: 0.22.3
Binding: python
Environment:
What happened:
>>> from deltalake import DeltaTable >>> dt = DeltaTable('i_just_made_this_up_lol') [2024-12-16T14:15:26Z DEBUG deltalake_core::table::builder] creating table builder with file:///home/tyler/source/github/delta-io/delta-rs/python/i_just_made_this_up_lol [2024-12-16T14:15:26Z DEBUG deltalake_core::table::builder] build_storage() with file:///home/tyler/source/github/delta-io/delta-rs/python/i_just_made_this_up_lol [2024-12-16T14:15:26Z DEBUG deltalake_core::table::builder] Loading a logstore based off the location: Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: None, port: None, path: "/home/tyler/source/github/delta-io/delta-rs/python/i_just_made_this_up_lol", query: None, fragment: None } [2024-12-16T14:15:26Z DEBUG deltalake_core::logstore] Found a storage provider for file:/// (file:///home/tyler/source/github/delta-io/delta-rs/python/i_just_made_this_up_lol) [2024-12-16T14:15:26Z DEBUG deltalake_core::logstore] Found a logstore provider for file:/// Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/tyler/source/github/delta-io/delta-rs/python/deltalake/table.py", line 415, in __init__ self._table = RawDeltaTable( _internal.TableNotFoundError: no log files >>> (venv) plantain% ls i_just_made_this_up_lol (venv) plantain%
What you expected to happen:
No directory should be made 😄
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Delta-rs version: 0.22.3
Binding: python
Environment:
Bug
What happened:
What you expected to happen:
No directory should be made 😄
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: