I’m working on a REST-based tap, and I want to aut...
# singer-tap-development
h
I’m working on a REST-based tap, and I want to automatically generate the schema when the job is run. Typically, this is the default behaviour on SQL-based taps. Does anyone have a good example of an implementation of a stream subclass that creates the schema from samples (or just the full batch)? Or is there perhaps a better pattern?