singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
538 stars 128 forks source link

Filter nested properties based on metadata #130

Closed judahrand closed 3 years ago

judahrand commented 3 years ago

Description of change

This is an extension of PR #94. I have added two tests, one which tests that nested fields in an object are filtered and one which tests that nested fields in an array of objects are filtered.

Manual QA steps

Risks

Rollback steps

judahrand commented 3 years ago

Seems to be Pylint failing which isn't a result of this PR but I'll fix the issues.