Hello here, is there a way to force tap-postgres t...
# singer-taps
c
Hello here, is there a way to force tap-postgres to use our own schemas?
m
Can you clarify what yo mean by “user our own schemas” and/or share your
meltano.yml
file? In general the tap will read from the source and select the tables based on what you choose in
meltano.yml
. The tap will generally keep the same name.
c
Hello, I have used previously the catalog file that enabled us to use directly the catalog specified. Here in my meltano.yml, being enable to specifically use that catalog, I’ve been useing the `select`extra.
m
I don’t seen the
meltano.yml
file