Skip to content
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

DATA-3440 Add ExportTabularData + deprecate TabularDataByFilter #595

Merged
merged 6 commits into from
Nov 22, 2024

Conversation

katiepeters
Copy link
Member

@katiepeters katiepeters commented Nov 21, 2024

  • Adds ExportTabularData method to data service API.
  • Marks TabularDataByFilter (and related types) as deprecated.

@github-actions github-actions bot added the safe to test committer is a member of this org label Nov 21, 2024
@katiepeters katiepeters added the ready-for-protos add this when you want protos to compile on every commit label Nov 21, 2024
@katiepeters katiepeters marked this pull request as ready for review November 21, 2024 19:36
@katiepeters katiepeters removed protos-compiled ready-for-protos add this when you want protos to compile on every commit labels Nov 21, 2024
@katiepeters katiepeters added the ready-for-protos add this when you want protos to compile on every commit label Nov 21, 2024
@katiepeters katiepeters removed protos-compiled ready-for-protos add this when you want protos to compile on every commit labels Nov 21, 2024
@katiepeters katiepeters added the ready-for-protos add this when you want protos to compile on every commit label Nov 21, 2024
@dmhilly
Copy link
Member

dmhilly commented Nov 21, 2024

I'm going to let Vijay take this one since it's just an API change!

Copy link
Member

@vijayvuyyuru vijayvuyyuru left a comment

Choose a reason for hiding this comment

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

Looks good to me!

message ExportTabularDataRequest {
string part_id = 1;
string resource_name = 2;
string resource_subtype = 3;
Copy link
Member

Choose a reason for hiding this comment

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

[supernit] I think this should be resource type instead of subtype.

Copy link
Member Author

@katiepeters katiepeters Nov 22, 2024

Choose a reason for hiding this comment

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

Keeping it consistent with Katherine's API work. Also, Gloria pointed out: "according to the viam glossary resource type is either component or service and subtype is the actual component/service type like sensor or arm etc"

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok cool, thanks!

@katiepeters katiepeters removed the ready-for-protos add this when you want protos to compile on every commit label Nov 22, 2024
@katiepeters katiepeters merged commit d7436a9 into viamrobotics:main Nov 22, 2024
3 checks passed
@katiepeters katiepeters deleted the DATA-3440 branch November 22, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants