I saw this method mentioned, not sure if this is t...
# singer-tap-development
h
I saw this method mentioned, not sure if this is the recommended one to override for my desired behavior? https://gitlab.com/meltano/sdk/-/blob/main/singer_sdk/streams/core.py#L749 EDIT: Tried overriding the above method and it worked, thanks 🙂
a
Awesome! And yes,
post_process()
is the way to go. 👍