You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
* Update transform.py
make formatting a little clearer
* Update transform.py
Fix array type breadcrumb name
* Update transform.py
breadcrumb path documentation
* Update transform.py
change based on tests - must remove field from data object, not just set value to None.
* Update transform.py
line lenght :)
* Add tests for filtering nested fields
* Make pylint happy
* Simplify one line
Co-authored-by: Chris Goddard <[email protected]>
0 commit comments