String interpolation in YAML with Python
String interpolation is not a feature of YAML. In this post, I will present a quick way to perform string interpolation in your configuration files written in YAML format. For that, I will use Jinja syntax to define the placeholders in key values and...
Oct 13, 20235 min read1.7K