Hello, is there a way to use separate schemas in o...
# getting-started
a
Hello, is there a way to use separate schemas in one target for each extractor? for example: tap-gitlab target-snowflake -> to schema db.gitlab tap-pendo target-snowflake -> to schema db.pendo tap-hubspot target-snowflake -> to schema db.hubspot etc. Can’t find a way to do this in the docs.
d
Hey! Take a look at an inherit_from property. You could use it to define multiple
target-snowflake
targets for each schema you need.
p
@alexander_andreyanov are you using the transferwise variant? Theres a setting called default_target_schema that is defaulted to use the name of the tap that its receiving data from via the
MELTANO_EXTRACT__LOAD_SCHEMA
env var thats automatically set during a
run
or
elt
. So in your care by default the output should be
TAP_GITLAB
for the first one. On top of that you can manipulate that setting using templating if you want customization, I do that in our dev environments to add the developers name as a prefix