Question: In stitch, the program can automatically...
# singer-tap-development
s
Question: In stitch, the program can automatically detect available tables. Same with meltano; when running a tap, we get a message saying "Property x was detected but not used". How does this detection process work, and is it possible to leverage it to make tap creation easier
e
Hi @Stéphane Burwash. The process works by comparing the record with the schema, i.e. a property was detected in the record but it was discarded because it's not declared in the stream's schema.
is it possible to leverage it to make tap creation easier
I would hope so! What sort of experience did you have in mind?
s
I was thinking of just automatically creating a schema based on the record
e
Looks like there's a WIP MR for something like that: https://gitlab.com/meltano/sdk/-/merge_requests/193
s
Well thats a wonderful thing to keep an eye on then 😉