Skip to content

feat: entity labels API #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: entity labels API #24

wants to merge 1 commit into from

Conversation

tim-mwangi
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #24 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #24   +/-   ##
=========================================
  Coverage     43.91%   43.91%           
  Complexity      200      200           
=========================================
  Files            24       24           
  Lines          2211     2211           
  Branches        317      317           
=========================================
  Hits            971      971           
  Misses         1127     1127           
  Partials        113      113           
Flag Coverage Δ Complexity Δ
#integration 40.11% <ø> (ø) 168.00 <ø> (ø)
#unit 17.05% <ø> (ø) 72.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3061c00...123c3da. Read the comment docs.

Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(sorry thought I posted this yesterday)


service EntityQueryService {
rpc execute (EntityQueryRequest) returns (stream ResultSetChunk) {
}
rpc update (EntityUpdateRequest) returns (stream ResultSetChunk) {
}

rpc createEntityLabel (org.hypertrace.entity.data.service.v1.EntityLabel)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we decided to create labels as first class objects? Do we have notes on why we came to that conclusion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants