Skip to content

Feat/data pipeline#4

Merged
dawidlinek merged 4 commits into
mainfrom
feat/data-pipeline
Dec 27, 2025
Merged

Feat/data pipeline#4
dawidlinek merged 4 commits into
mainfrom
feat/data-pipeline

Conversation

@dawidlinek

@dawidlinek dawidlinek commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@copilot write review and summary

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a data pipeline feature that enables combining multiple data sources and applying transformations to time-series data. The implementation follows a clean architecture pattern with abstract base classes and concrete implementations.

Key Changes:

  • Implements a DataPipeline class with a fluent builder pattern for composing data sources and transformers
  • Adds a Transformer abstract base class and TimezoneTransformer concrete implementation for timezone conversions
  • Provides comprehensive test coverage with unit tests for both pipeline operations and transformers

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
epftoolbox2/data/transformers/base.py Defines abstract base class for data transformers
epftoolbox2/data/transformers/timezone.py Implements timezone conversion transformer with validation
epftoolbox2/data/transformers/__init__.py Exports transformer classes for public API
epftoolbox2/pipelines/data_pipeline.py Core pipeline implementation with source merging and transformation chaining
epftoolbox2/pipelines/__init__.py Exports DataPipeline class for public API
tests/data/transformers/test_transformers.py Comprehensive tests for transformer initialization, transformation logic, and edge cases
tests/pipelines/test_pipeline.py Extensive tests covering pipeline initialization, builder pattern, data merging, and transformation application

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/pipelines/test_pipeline.py
Comment thread tests/pipelines/test_pipeline.py Outdated
Comment thread tests/pipelines/test_pipeline.py Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dawidlinek
dawidlinek merged commit 1c79f91 into main Dec 27, 2025
11 checks passed
@dawidlinek
dawidlinek deleted the feat/data-pipeline branch December 27, 2025 18:42
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.

2 participants