Is it possible to ask Meltano not to delete config...
# best-practices
a
Is it possible to ask Meltano not to delete config file that was used to invoke plugin? I would like to inspect it, to try to find an issue with configuration.
t
I think the
--dump config
option is what you're looking for.
a
Yes. I thought so too. But in case of mappers it prints
null
so tried to debug it. and it seems that indeed.
config.json
contains literal "null" it was not lying 🙂