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

Filter nested properties based on metadata #94

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

Commits on Feb 21, 2019

  1. Support filtering of nested fields

    Update filter_data_by_metadata function to allow filtering of nested fields - e.g. if property `address` has selected set to True, but property `address.street` has selected set to False, only the street would be excluded.
    
    Processes data recursively.
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    160f6b9 View commit details
    Browse the repository at this point in the history
  2. Update transform.py

    make formatting a little clearer
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c76e52f View commit details
    Browse the repository at this point in the history
  3. Update transform.py

    Fix array type breadcrumb name
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    68a8a82 View commit details
    Browse the repository at this point in the history
  4. Update transform.py

    breadcrumb path documentation
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    3547c58 View commit details
    Browse the repository at this point in the history
  5. Update transform.py

    change based on tests - must remove field from data object, not just set value to None.
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    9b7dd78 View commit details
    Browse the repository at this point in the history
  6. Update transform.py

    line lenght :)
    chrisgoddard committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    acbe484 View commit details
    Browse the repository at this point in the history