Tanner Wilcox
05/09/2025, 10:10 PMReuben (Matatika)
05/09/2025, 11:42 PMmeltano.yml
, if that's what you are asking. I have run into this a couple of times, although I generally just accept it and move on. Definitely annoying if you're doing a mix of manually editing the meltano.yml
and running `meltano add`/`meltano config <plugin> set` often... Curious what maintainers have to say.Edgar Ramírez (Arch.dev)
05/10/2025, 12:09 AM~/.meltanorc
) for the things than Ruamel allows. If the file is present, we load it and read from to call
yaml.indent(mapping=..., sequence=..., offset=...)
Edgar Ramírez (Arch.dev)
05/10/2025, 12:10 AMmeltano.yml
makes sense, but on the other hand this would add a new file 🤷Tanner Wilcox
05/12/2025, 1:26 PM