Was not sure where to write.. I've found an awkwar...
# troubleshooting
j
Was not sure where to write.. I've found an awkward inconsistency in naming convention of configuration files in Meltano.
meltano.yml
can only have
yml
as the extension,
yaml
is not accepted
logging.yaml
can only have
yaml
as the extension,
yml
is not accepted IMHO both should be accept conventions -
yaml
and
yml
. Should this be brought up on https://github.com/meltano/meltano/issues? 🤷
v
an issue makes the most sense! Both seem correct to me but 🤷
j
Indeed they are both technically correct, but explicit. One is not able to choose between
yaml
or
yml
. You have to have one or another and they are not consistent 😓
a
There's already an issue for this I believe, https://github.com/meltano/meltano/issues/7013