forked from genewildish/Mainline
Story: Unified DataSource Abstraction #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a developer
I want all data sources to have a common interface
So that pipeline stages work with any source type
Acceptance Criteria:
Technical Tasks (from commit
e0bbfea,d9c7138):engine/data_sources/sources.py: DataSource ABCengine/data_sources/__init__.py: SourceRegistrytest_data_sources.pyADR: ADR-003: DataSource Abstraction