Hello I have a basic question about the python cli ingestion - the passwords in the recipe.yml file - can they be hidden or can it be connected to a vault - so the passwords are not cleartext there?
m
mammoth-bear-12532
07/08/2022, 2:52 PM
The recipe files support env variables. So you can use
${FOO_CREDENTIAL}
as the placeholder in the recipe file to indicate an env variable needed.