charlie_offenbacher
08/23/2021, 7:13 PMtext
) with some constraints provided by the domain, but I think this bug is https://github.com/singer-io/tap-postgres/issues/97 surfacing on me.
Is there any way to override the schema that tap-postgres thinks it should be using?
I tried this but it was kind of a shot in the dark, I can't find much documentation:
plugins:
extractors:
- name: tap-postgres-example
schema:
"public-tablename":
fieldname:
type: ["string", "null"]
format: string
aaronsteers
08/23/2021, 7:23 PMcharlie_offenbacher
08/23/2021, 7:36 PMmeltano select --list tap-postgres-example --all
but that just shows select / exclude, not sure if there are any other good commands I might useedward_smith
08/24/2021, 2:42 PMmeltano invoke --dump=catalog tap-postgres-example
(docs)charlie_offenbacher
08/24/2021, 4:36 PM