is there an escape character, or other method to a...
# ingestion
f
is there an escape character, or other method to address values in your yml ingest recipes that contain # signs. Specifically looking at passwords for a test, or how to parameterize this to be prompted when run
g
You can put it in quotes
Copy code
password: "mypassword#@%with special chars"