Hi everyone! I'm trying to build a custom tap, and...
# plugins-general
d
Hi everyone! I'm trying to build a custom tap, and I'm struggling to understand how Meltano passes configs to a tap when they are stored in env variables (to store sensitive configs). Reading Singer spec, they only say we need to use a config.json file. So how does Meltano convert my env vars to a file readable by a tap? Is there any docs on how to name these env vars?