jake
06/13/2023, 10:20 PMstreams.py
but it seems that it's only using the path to the schema file, and not opening it up there...
so, let's say i want to do something like field_names = [field for field in schema['properties'].keys() if schema['properties'][field]['type'][0] != 'object']
Reuben (Matatika)
06/15/2023, 11:51 AMpost_process
method for your stream class and implement that logic there.
https://sdk.meltano.com/en/latest/classes/singer_sdk.Stream.html#singer_sdk.Stream.post_processjake
06/16/2023, 6:19 PMReuben (Matatika)
06/18/2023, 5:18 PM.json
schemas - you can define schemas as Python classes as well though, so you might be able to do some property filtering with some Python expression in that case.
Related: https://meltano.slack.com/archives/C013EKWA2Q1/p1685461495074349?thread_ts=1685432497.736699&cid=C013EKWA2Q1