Hi, I have a quick question regarding tap schemas. I am using tap-kustomer and I want to get additional custom columns for the stream "customers". All schemas are already predefined in the tap as seen in its github . I saw this issue and I thought I could add these fields in the
meltano.yml
using the same structure of the comments but it seems I am missing something, is this the correct way to add additional fields to a source?
e
edgar_ramirez_mondragon
12/23/2022, 10:39 PM
Hi @andres_o._arredondo!
Unfortunately the schema wouldn’t force the tap to extract data that it’s not already set up to do so. The tap would need to be updated to support those dynamic fields through user configuration: https://github.com/singer-io/tap-kustomer/issues/9