-
Add Support for Profiler and DQ for Deltalake
**Related issues**
- [ ] Implement UI component for deltalake profiler config
- [ ] Workflow implementation for deltalake profiler
- [ ] Workflow im…
-
# Environment
Windows_10(localmachine), Python_3.12.3 ,Polars_1.3.0
**Delta-rs version**:
deltalake _ 0.18.2
**Binding**:
**Environment**:
- **Cloud provider**:
- **OS**:
- **Other**:
…
-
https://github.com/dagster-io/dagster/blob/190175d2a795a212de95e9a7a1b6453e4f8f4743/python_modules/libraries/dagster-deltalake/dagster_deltalake/config.py#L114C5-L114C24
What happens is this parame…
-
# Environment
**Delta-rs version**:
0.19.1
**Binding**:
Python and Rust
**Environment**:
- **Cloud provider**: local filesystem and R2
- **OS**: Linux
- **Other**:
***
# Bug
**…
-
# Description
The Python binding has a hard-coded list of deltalake handlers that are registered:
https://github.com/delta-io/delta-rs/blob/fcd62ab10be9545eab296f03ae0e4324fc4be6cb/python/src/lib.…
-
First: thanks for the effort on this tool! Is coming in handy for me on a current project as we embrace the spec in earnest.
It seems like the optional feature-level installation via pip is intende…
ormu5 updated
2 months ago
-
### Describe the bug
When using liquid clustering the cluster columns in the deltalake table are update every time the dbt model is ran, even if the cluster columns are not changed in the config.
…
-
Today Iceberg writes only support merge-on-read mode. Copy-on-write mode is a frequent ask for users that want better file layout without the need to run compactions frequently.
Technically this co…
-
# Description
In [python/lib.rs](https://github.com/delta-io/delta-rs/blob/main/python/src/lib.rs#L1404), the first thing that happens on `write_to_deltalake` is to collect to batches to a Vec. This …
-
Delta Log is located in the `_delta_log` folder along with the data-parquet files itself. Since Clickhouse has a support for DeltaLake tables (as an engine and as a table function), it definitely can …