Related question — How do I add a CLI argument to ...
# troubleshooting
p
Related question — How do I add a CLI argument to a target invocation? I’m not seeing anywhere in https://docs.meltano.com/concepts/project#plugins that describes how to add a flag to the target’s invocation. Maybe it’s overriding
commands:
? But I don’t want to duplicate all the default boilerplate around wiring up catalog/config/state.
Ah, ignore this, the target actually accepts the flag in
config
too, Meltano requested this.