Hi, Why it is redacted? When interact mode is ruun...
# getting-started
a
Hi, Why it is redacted? When interact mode is ruuning
r
Probably because the setting is
kind: password
or
sensitive: true
.
1
🙌 1
e
The setting kind is
password
, so it's treated as a sensitive value. The
meltano config --unsafe
flag should make Meltano display the value at the top of the terminal interface, but not in the section of your screenshot. If you'd like that, do log an issue or even submit a PR 🙂
🙌 1