Skip to content

Releases: ComplexData-MILA/data-lake-pipeline

v0.1.4: 20260428 filtering logic fix (#5)

29 Apr 04:12
9e52060

Choose a tag to compare

* [Viewer] Align row detail view columns with table view selection

- Update fetchRow API to accept column configuration parameters
- Add column state (baseColumns, annotators, annotatorColumns) to RowDetailModal
- Compute displayColumns using same logic as DataTable
- Filter row detail fields by selected columns from table view state
- Ensures row-specific views return the same columns as the present table view

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Fixed filtering to not return excluded rows.

* Replaced cleanup buffer with TempFile.

* Switch from glob to explicit S3 parquet path enumeration

* fix: annotation parquet files leaking into base dataset queries

The S3 enumeration functions now exclude annotation paths from base lookups, preventing merged annotation parquet files from being included alongside base data. Query construction also skips annotators with no parquet paths to avoid generating broken SQL

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

v0.1.3: 20260428 filtering logic fix (#4)

28 Apr 09:22
2614c7b

Choose a tag to compare

* [Viewer] Align row detail view columns with table view selection

- Update fetchRow API to accept column configuration parameters
- Add column state (baseColumns, annotators, annotatorColumns) to RowDetailModal
- Compute displayColumns using same logic as DataTable
- Filter row detail fields by selected columns from table view state
- Ensures row-specific views return the same columns as the present table view

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Fixed filtering to not return excluded rows.

* Replaced cleanup buffer with TempFile.

* Switch from glob to explicit S3 parquet path enumeration

v0.1.2

07 Apr 05:21
b4e0c08

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
20260406 viewer backend fix (#3)

* [Viewer] Align row detail view columns with table view selection

- Update fetchRow API to accept column configuration parameters
- Add column state (baseColumns, annotators, annotatorColumns) to RowDetailModal
- Compute displayColumns using same logic as DataTable
- Filter row detail fields by selected columns from table view state
- Ensures row-specific views return the same columns as the present table view

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Backend and Frontend enhancements.

* Fixed filtering to not return excluded rows.

v0.1.1

06 Apr 14:14
3927182

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
Merge pull request #1 from ComplexData-MILA/20260406-s3-http-prefix-fix

Fixed S3 http prefix in DuckDB integration

v0.1.0

06 Apr 00:42
5efef92

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
Misc. documentation and dev environment fixes.