-
Notifications
You must be signed in to change notification settings - Fork 74
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
base: main
Are you sure you want to change the base?
Conversation
katiepeters
commented
Nov 21, 2024
•
edited
Loading
edited
- Adds ExportTabularData method to data service API.
- Marks TabularDataByFilter (and related types) as deprecated.
73fa547
to
0e6d96f
Compare
402857f
to
24cedd3
Compare
I'm going to let Vijay take this one since it's just an API change! |
There was a problem hiding this 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; |
There was a problem hiding this comment.
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.