Is there a way how to read `meltano.yml` (includin...
# getting-started
j
Is there a way how to read
meltano.yml
(including includes) programmatically, ideally in Python? I can write a custom parser myself, but I rather use/extend an existing solution, obviously 😉
h
I use the manifest from Meltano compile for one purpose, but depending on what you want to do that might be a bad idea.