singer-io / singer-python

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

Feature/get nested metadata #133

Open judahrand opened 3 years ago

judahrand commented 3 years ago

Description of change

This PR relies on #132

The aim of the Pull Request is to update the metadata.get_standard_metadata to provide metadata entries for nested fields. Without this feature if a user wants to disable a nested field they are able to but must manually add the metadata entry to the catalog. This would provide the entry by default allowing for my easy use of tools such as singer-discover to choose fields.

Manual QA steps

Risks

Rollback steps