Commit b60c003
authored
Refactor pipeline datasource and I/O modules (#21)
* Refactor pipeline datasource and IO argument modules.
This introduces a reusable DataSource abstraction and splits read/write argument structs into dedicated modules while updating convert tests to use DataFrameReader directly.
Made-with: Cursor
* Remove unused `convert` module and clean up CLI structure
This commit deletes the `convert` module from the CLI, streamlining the codebase by removing unnecessary components. The `repl` module remains intact, ensuring continued functionality for interactive command execution. Additionally, minor adjustments were made to the CLI structure for improved clarity and organization.1 parent f599ed8 commit b60c003
File tree
7 files changed
+690
-628
lines changed- src
- cli
- pipeline
7 files changed
+690
-628
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments