<https://gitlab.com/meltano/meltano/-/issues/2825>...
# troubleshooting
v
https://gitlab.com/meltano/meltano/-/issues/2825 , kinda crazy issue I just ran into 😕 , at least I know how to fix it but I really do want to use
.env
d
You have one
-
too many in:
Copy code
settings:
    - name: sftp_password
    - kind: password
Now you end up with 2 list items, one with only a name, and one with only a kind
Instead of one with both keys
v
hahahahahaha
I shouldn't stay up until 3am
d
😄 Will you close the issue?
v
Yeah, is there anything we can do to help with the error message here?
That's the only thing I have left for this one, updated the name of the issue
d
Yeah good point, we should raise a proper error when a setting definition is invalid (like one that only has
kind
, not
name
)
v
Thank you very much it was driving me insane. Can't believe I missed that!