feat: remove upstreams/downstreams from UpsertEntity, unify edge API#251
feat: remove upstreams/downstreams from UpsertEntity, unify edge API#251
Conversation
All relationships including data lineage are now sent as edges via UpsertEdge. Remove UpsertWithEdges service method and the special handling that converted upstreams/downstreams arrays into lineage edges. Regenerate protos from updated proton that removes the upstreams/downstreams fields from UpsertEntityRequest. Edge types are now descriptive: - derived_from: entity depends on target (view from table, dashboard from datasource) - generates: entity produces target (job writes to downstream) - owned_by, member_of, belongs_to, references, consumed_by
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 47 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
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 |
Coverage Report for CI Build 24596007878Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage decreased (-0.1%) to 8.648%Details
Uncovered Changes
Coverage Regressions1 previously-covered line in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
All relationships including data lineage are now sent as edges via UpsertEdge. Remove UpsertWithEdges service method and the special handling that converted upstreams/downstreams arrays into lineage edges. Regenerate protos from updated proton that removes the upstreams/downstreams fields from UpsertEntityRequest.
Edge types are now descriptive: