Releases: ComplexData-MILA/data-lake-pipeline
Releases · ComplexData-MILA/data-lake-pipeline
v0.1.4: 20260428 filtering logic fix (#5)
* [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)
* [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
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
Merge pull request #1 from ComplexData-MILA/20260406-s3-http-prefix-fix Fixed S3 http prefix in DuckDB integration
v0.1.0
Misc. documentation and dev environment fixes.