-
`delta-kernel-rs` recently added write support for delta tables. Try out the new crate and see if delta lake support can be added in a sink.
imor updated
22 hours ago
-
## What am I trying to do?
We want to serialise a delta table to a json-like format to be returned to a from a fastapi endpoint in Python.
## What happens?
I'm getting the following error, with s…
-
## Feature request
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Overview
It would be g…
-
## What went wrong?
Clear, concise explanation and the expected behavior.
## How to reproduce?
Different steps about how to reproduce the problem.
### 1. Code that triggered the bug, or step…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
Hi,
I am trying to use an ADLS Gen2 SAS token to read and query a Delta table. I generated a folder-level SAS token. Now, I am attempting to access the Delta table using the following code snippet:
…
-
## Feature request
Currently there are two connectors in Python that allow you to interact with Delta lake.
- Spark-Delta, which requires spark
- Deltalake (delta-rs python bindings)
We may n…
-
### What Happened?
I experienced this also in the RC versions of 8. AppCenter will fail to install flatpaks of certain apps. I think also in the RC it would eventually install after several reboots,…
-
# Environment
**Delta-rs version**: 0.21.0
**Binding**: python
**Environment**: local, WSL2, Ubuntu 24.04.1 LTS
***
# Bug
**What happened**:
`_internal.DeltaError: Generic DeltaTable …
-
I don't actually know if this is a bug with this extension or in delta-kernel-rs (or maybe I'm doing something wrong?)
Test table created with pyspark:
```py
import pyspark
from delta import *…
jtanx updated
2 weeks ago