Reading about the default variant for `target-post...
# plugins-general
a
Reading about the default variant for
target-postgres
over at https://hub.meltano.com/loaders/postgres, it describes the default value of
postgres_schema
like so:
Default:
$MELTANO_EXTRACT__LOAD_SCHEMA
, which will expand to the value of the `load_schema` extra for the extractor used in the pipeline, which defaults to the extractor’s namespace, e.g.
tap_gitlab
for
tap-gitlab
.
Does anyone know what is setting that
MELTANO_EXTRACT__LOAD_SCHEMA
with the extractor’s namespace? It doesn’t look like it’s part of the actual
target-postgres
code? So maybe it’s part of the plugin?