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

Add Dataset method to get the filter pipeline for display #378

Closed
jamesmudd opened this issue May 7, 2022 · 1 comment · Fixed by #385
Closed

Add Dataset method to get the filter pipeline for display #378

jamesmudd opened this issue May 7, 2022 · 1 comment · Fixed by #385
Assignees
Labels
enhancement New feature or request

Comments

@jamesmudd
Copy link
Owner

Would be useful to add a method to get the filter pipeline to Dataset. As only chunked datasets can have filters a "no filters" constant would be returned by other Dataset types.

Should be able to access the filter name, id and filter data.

jamesmudd added a commit that referenced this issue Jun 5, 2022
* Add Dataset#getFilters API to get filters used on a dataset
* Switch order of filters internally to match in file order
* Add testing for filters api
@jamesmudd
Copy link
Owner Author

Added in #385

@jamesmudd jamesmudd added the enhancement New feature or request label Jun 5, 2022
@jamesmudd jamesmudd self-assigned this Jun 5, 2022
@jamesmudd jamesmudd linked a pull request Jun 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant