Add RPC /api endpoint for harmonization#73
Merged
matthewhorridge merged 4 commits intomainfrom Jan 24, 2026
Merged
Conversation
- Implement RPC router with harmonize + getJob methods - Add in-memory job registry with row-based progress - Add progress callback support in harmonize_dataset - Add RuleRegistry.list_pairs helper - Document RPC usage in API examples
- Expand RPC docs with error-code guidance and examples - Add detailed docstrings for validation and worker flow - Normalize method aliases and add error code enum - Add tests for path validation details
- Split RPC routing, models, errors, jobs, and handlers into dedicated modules - Add in-memory job registry helpers and harmonize worker handlers - Normalize method aliases and document error-code strategy with details - Rename request fields to *_file_path and update examples/tests - Add path validation tests and improve RPC docstrings
- Document request/response schema and error codes - Detail harmonize/get_job parameters and call flow - Add example responses (accepted, running, completed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
pytestRelated issues