Matt Menzenski
12/06/2022, 7:59 PMmeltano
command that updates meltano.yml
, that it reformats the YAML. Can I turn that off? I’d prefer different indentation settings.taylor
12/06/2022, 8:03 PMMatt Menzenski
12/06/2022, 8:03 PM$ meltano --version
meltano, version 2.10.0
installed today with python -m pip install --upgrade meltano
on Python 3.9.11taylor
12/06/2022, 8:05 PMMatt Menzenski
12/06/2022, 8:05 PMenvironments:
- name: dev
and the CLI commands change this to
environments:
- name: dev
taylor
12/06/2022, 8:13 PMMatt Menzenski
12/06/2022, 8:13 PMaaronsteers
12/06/2022, 8:15 PMaaronsteers
12/06/2022, 8:16 PMedgar_ramirez_mondragon
12/06/2022, 8:20 PMmapping=2, sequence=2, offset=0
by default. The preference above would mean having mapping=2, sequence=4, offset=2
. That would be called globally here: https://github.com/meltano/meltano/blob/e51aa22626a6836306e5eb9d93544a826c3d439e/src/meltano/core/yaml.py#L17-L19
Ruamel docs: https://yaml.readthedocs.io/en/latest/detail.html#indentation-of-block-sequencesMatt Menzenski
12/06/2022, 8:21 PM