There's a handy connection with the extractor `loa...
# plugins-general
s
There's a handy connection with the extractor
load_schema
and the loader
schema
config for
target-snowflake
. I'm using the
pipelinewise
variant, and it looks like it adds the following
default_target_schema: $MELTANO_EXTRACT__LOAD_SCHEMA
. However, I noticed that if I change the loader's name (e.g. to
target-snowflake-prod
, that "auto" connection breaks, and i have to manually add the config line. It raises a question for me -- where is that "auto" functionality being set? It's documented in Meltano Hub (https://hub.meltano.com/loaders/snowflake--transferwise.html), but I didn't change any executables, only the namespace and name. When Meltano executes, does it check the hub for additional configs?