feat!: refactor to rest - #403
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Aug 4, 2026 6:15p.m. | Review ↗ | |
| Python | Aug 4, 2026 6:15p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
1850ed6 to
4aa3b39
Compare
4aa3b39 to
ce01d16
Compare
ce01d16 to
354c152
Compare
| __all__ = ["EntityMatchingClient"] | ||
|
|
||
| #: Step statuses that mean the step is no longer running. | ||
| FINAL_STATUSES = frozenset({"SUCCESS", "ERROR", "FAILURE", "FAILED"}) |
There was a problem hiding this comment.
fix: FINAL_STATUSES doesn't match the API's documented status format
PipelineStatus.entity_matching_status is documented (entity_matching/models.py:57) as returning values like STATUS_SUCCESS / STATUS_PENDING
There was a problem hiding this comment.
updated (was the old gRPC
)
implement [ENG-9279]
354c152 to
b8a645f
Compare
implement ENG-9279
refactor to rest endpoints
integration tests will be added in next PR