Join Slack
Powered by
is there an escape character, or other method to a...
# ingestion
f
fancy-controller-77815
07/26/2021, 6:44 PM
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
gray-shoe-75895
07/26/2021, 6:45 PM
You can put it in quotes
Copy code
password: "mypassword#@%with special chars"
Open in Slack
Previous
Next