-
Notifications
You must be signed in to change notification settings - Fork 96
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
Have TablesApiRequest Support Additional Query Parameters #437
Conversation
6bbe39d
to
75782d5
Compare
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.
What I'd like to additionally see in here is actually expanding the TablesApiRequest to load and bind the query parameters (filters, grouping dimensions, etc)
@@ -368,7 +368,12 @@ public Response getTablesFullView( | |||
* @param uriInfo UriInfo of the request | |||
* | |||
* @return Full view of the logical table | |||
* | |||
* @deprecated Inorder to display constrained data availability in table resource, this method needs to accept a |
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.
spelling -> In order
1c0561e
to
9e2a0e2
Compare
@michael-mclawhorn I moved some methods from |
- [Fili-security module](https://github.com/yahoo/fili/pull/405) | ||
* Added security module for fili data security filters | ||
* Created `ChainingRequestMapper`, and a set of mappers for gatekeeping on security roles and whitelisting dimension filters. | ||
* Created `ChainingRequestMapper`, and a set of mappers for gatekeeping on security roles and whitelisting dimension filters. | ||
|
||
- [Add Table-wide Availability](https://github.com/yahoo/fili/pull/414) | ||
* Add `availableIntervals` field to tables endpoint by union the availability for the logical table without taking |
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.
Add additional points about moving the methods from DataApiRequest
to `ApiRequest'
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.
It would be nice to explain the scope of this PR since it is not the complete feature implementation. Otherwise changes looks good.
c9b578c
to
04eff7e
Compare
02517a8
to
c3ecb49
Compare
The 2nd milestone of #310