simen_svenkerud
12/04/2023, 2:53 PMedgar_ramirez_mondragon
12/04/2023, 4:09 PMSomething that has tripped me up multiple times when setting env variables in interactive mode is that there is no indication if my input will be redacted or not.Do you mean when using
meltano config --unsafe <plugin> set --interactive
? You can probably use the --unsafe
flag, but do let me know if that doesn't work. https://docs.meltano.com/reference/command-line-interface#sensitive-valuessimen_svenkerud
12/04/2023, 6:40 PM--unsafe
option would be one solution. But as i said, I really don´t mind it being redacted, if the promt that says new value
could say something like new value (redacted)
that would be perfect.
This is by no means a big issue, barely an issue at all. I was just prompted that you might want it as feedback when it happend during a pairprogramming session.edgar_ramirez_mondragon
12/04/2023, 6:49 PMedgar_ramirez_mondragon
12/04/2023, 7:03 PM