gsoc26: Mapping Conversion Layer (Layer 3), #60#63
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Please use Resolve conversation on the review comments when done Oh, what a timing 😃 Then, on my part, I commented on everything I had in mind. So you can proceed merging when you feel ready |
DhanashreePetare
left a comment
There was a problem hiding this comment.
Resolved.
Pull Request
Description
Implements Layer 3 (cross-class mapping conversion) for the Databus Python Client download pipeline, building on the Layer 2 format handlers (TripleHandler, QuadHandler, TSDHandler) merged in #[link Layer 2 PR number]. Users can convert RDF triples to/from CSV, and convert between RDF triple and quad formats, using --format extended with --graph-name and --base-uri.
Related Issues
Issue #60
Type of change
Checklist:
poetry run pytest- all tests passedpoetry run ruff check- no linting errorsWhat was added:
Tests:
Closes #60