haleemur_ali
02/16/2024, 2:12 PMmeltano add extractor ...
, it will reformat all the configuration to look like this:
# before
plugins:
extractors:
- name: tap-facebook
# after
plugins:
extractors:
- name: tap-facebook
I know the indentation is optional in yaml, but our team prefers the indentation. it's a helpful visual cue. all our other yaml files in other projects all use the 2-space indentation, and we'd love to not have to "fix" the meltano yamls' formatting each time.visch
02/16/2024, 2:54 PMruamel
under the hood. I'd guess there's some customization that could be added for indentation handling if you found the settings you liked here https://yaml.readthedocs.io/en/latest/detail/#indentation-of-block-sequencesEdgar RamÃrez (Arch.dev)
02/16/2024, 6:18 PM