-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preliminary 'get_supported_features' RPC for data explorer backend (
#2643) Addresses #2201. This is just a starting point and will be refined to add more granular feature flagging, but wanted to break the seal on this. Summary Adds feature flags for search_schema, set_row_filters, and get_column_profiles For filtering and profiles, indicates which row filter types / profile types are supported Return basic feature flags for pandas objects (each type of data structure can return different feature flags, so it isn't necessarily global to the runtime but rather local to the particular data type) Extracted row filter type and profile type into shared enums Also addresses #2599 (renaming search_filter_params.type to search_type)
- Loading branch information
Showing
8 changed files
with
446 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.