Skip to content

Migrate ingestion and table handling workflow from Delta Lake to Apache Iceberg#72

Merged
khanahmedm merged 9 commits into
developfrom
feature/iceberg-changes
May 20, 2026
Merged

Migrate ingestion and table handling workflow from Delta Lake to Apache Iceberg#72
khanahmedm merged 9 commits into
developfrom
feature/iceberg-changes

Conversation

@khanahmedm

Copy link
Copy Markdown
Collaborator

This PR introduces foundational Apache Iceberg support across the ingestion and orchestration workflow by refactoring Delta-specific implementations and updating related unit tests and documentation references.

Key Changes

Core updates

  • Replaced get_minio_client with get_s3_client
  • Updated related tests and fixtures

Iceberg migration

  • Refactored table handling logic from Delta Lake to Apache Iceberg
  • Updated initialization utilities and orchestration logic
  • Migrated write operations to use the Iceberg writeTo() API

Table processing updates

  • Updated write_table usage to align with the new function signature
  • Adjusted orchestration and batch processing tests accordingly

Model and documentation cleanup

  • Removed Delta-specific terminology from models.py docstrings
  • Updated comments and internal references to reflect Iceberg support

Test updates
Refreshed affected unit tests across:

  • test_core.py
  • test_init_utils.py
  • test_io_utils.py
  • test_table_processor.py
  • test_table_batch_processor.py
  • conftest.py

@codecov

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.71%. Comparing base (eb24219) to head (539987c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #72      +/-   ##
===========================================
+ Coverage    97.51%   97.71%   +0.19%     
===========================================
  Files           18       18              
  Lines          966      962       -4     
===========================================
- Hits           942      940       -2     
+ Misses          24       22       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@khanahmedm khanahmedm merged commit b0a7e0a into develop May 20, 2026
8 checks passed
@khanahmedm khanahmedm deleted the feature/iceberg-changes branch May 20, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant