Expand description
Singer message model + line parser.
Pure logic: turns one line of a tap’s stdout into a SingerMessage. The
process runner applies the MalformedPolicy
to any Err returned here.
Singer message reference: https://hub.meltano.com/singer/spec/.
Enums§
- Singer
Message - A parsed Singer protocol message.
Functions§
- parse_
line - Parse one line of tap stdout into a
SingerMessage.