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

Ignore Fields for DataStore Dump View #8237

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JVickery-TBS
Copy link
Contributor

feat(views): ignore fields datastore dump;

  • Added ignore_fields schema and usage for datastore dump blueprint method.

Changes:

The DataStore Dump view will always dump the _id column by default. Now, never dump it by default from the blueprint method.

Users are also able to easily exclude fields. Rather than having to supply a long list of fields to just exclude one field, they could now do that with ignore_fields

Test coverage updated and added to.

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

Please [X] all the boxes above that apply

- Added `ignore_fields` schema and usage for datastore dump blueprint method.
- Added change log file.
- flake8 lint fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants